Html Css Color HEX #519D6D Ocean Green

📋 copy color: '#519D6D'

red 81 ◦ green 157 ◦ blue 109

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

Shades of Ocean Green #519D6D

Tints of Ocean Green #519D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 23.34%
G = 45.24%
B = 31.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#519D6D (or 0x519D6D) is known color: Ocean Green. HEX triplet: 51, 9D and 6D. RGB value is (81,157,109). Sum of RGB (Red+Green+Blue) = 81+157+109=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #519D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D6D is #AE6292. Grayscale: #808080. Windows color (decimal): -11428499 or 7183697. OLE color: 7183697.

HSL color Cylindrical-coordinate representation of color #519D6D: hue angle of 142.11º 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 #519D6D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 109 -
CMYK 0.48 0 0.31 0.38
HSL 142.11º 0.32% 0.47% -
HSV(B) 142.11º 0.48% 0.62% -
XYZ 18.21 26.97 18.71 -
YUV 128.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 81 157 109 0.48 0 0.31 0.38 142.11 0.32 0.47
Hex 51 9D 6D 30 0 1F 26 8E 20 2F
Octal 121 235 155 60 0 37 46 216 40 57
Binary 1010001 10011101 1101101 110000 0 11111 100110 10001110 100000 101111

Color Harmonies of #519D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D6D

Black with #519D6D

Text Example


Text Example

White with #519D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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