Html Css Color HEX #519D72 Ocean Green

📋 copy color: '#519D72'

red 81 ◦ green 157 ◦ blue 114

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

Shades of Ocean Green #519D72

Tints of Ocean Green #519D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.6%

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

R = 23.01%
G = 44.6%
B = 32.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#519D72 (or 0x519D72) is known color: Ocean Green. HEX triplet: 51, 9D and 72. RGB value is (81,157,114). Sum of RGB (Red+Green+Blue) = 81+157+114=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #519D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D72 is #AE628D. Grayscale: #818181. Windows color (decimal): -11428494 or 7511377. OLE color: 7511377.

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

Color convert

RGB 81 157 114 -
CMYK 0.48 0 0.27 0.38
HSL 146.05º 0.32% 0.47% -
HSV(B) 146.05º 0.48% 0.62% -
XYZ 18.49 27.08 20.17 -
YUV 129.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 81 157 114 0.48 0 0.27 0.38 146.05 0.32 0.47
Hex 51 9D 72 30 0 1B 26 92 20 2F
Octal 121 235 162 60 0 33 46 222 40 57
Binary 1010001 10011101 1110010 110000 0 11011 100110 10010010 100000 101111

Color Harmonies of #519D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D72

Black with #519D72

Text Example


Text Example

White with #519D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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