Html Css Color HEX #519C72 Ocean Green

📋 copy color: '#519C72'

red 81 ◦ green 156 ◦ blue 114

#519C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #519C72

Tints of Ocean Green #519C72

RGB

 RED value IS 81 (32.03% from 255) = 23.08%

 GREEN value IS 156 (61.33% from 255) = 44.44%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 23.08%
G = 44.44%
B = 32.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#519C72 (or 0x519C72) is known color: Ocean Green. HEX triplet: 51, 9C and 72. RGB value is (81,156,114). Sum of RGB (Red+Green+Blue) = 81+156+114=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #519C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C72 is #AE638D. Grayscale: #808080. Windows color (decimal): -11428750 or 7511121. OLE color: 7511121.

HSL color Cylindrical-coordinate representation of color #519C72: hue angle of 146.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C72 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 114 -
CMYK 0.48 0 0.27 0.39
HSL 146.4º 0.32% 0.46% -
HSV(B) 146.4º 0.48% 0.61% -
XYZ 18.32 26.74 20.12 -
YUV 128.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 81 156 114 0.48 0 0.27 0.39 146.4 0.32 0.46
Hex 51 9C 72 30 0 1B 27 92 20 2E
Octal 121 234 162 60 0 33 47 222 40 56
Binary 1010001 10011100 1110010 110000 0 11011 100111 10010010 100000 101110

Color Harmonies of #519C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C72

Black with #519C72

Text Example


Text Example

White with #519C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519C72; }

 p { color: rgb(81,156,114); }

 H1.HeaderClassName
 {
   color: #519C72;
 }
 .AnyTagClassName
 {
   color: #519C72;
 }
</style>

background-color css

<style>
 a { background-color: #519C72; }

 a { background-color: rgb(81,156,114); }

 div.DivClassName
 {
   background-color: #519C72;
 }
 .BgClassName
 {
   background-color: #519C72;
 }
</style>

border-color css

<style>
 span { border-color: #519C72; }

 span { border-color: rgb(81,156,114); }

 td.TdClassName
 {
   border-color: #519C72;
 }
 .TagClassName
 {
   border-color: #519C72;
 }
</style>