Html Css Color HEX #519169 Ocean Green

📋 copy color: '#519169'

red 81 ◦ green 145 ◦ blue 105

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

Shades of Ocean Green #519169

Tints of Ocean Green #519169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 24.47%
G = 43.81%
B = 31.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#519169 (or 0x519169) is known color: Ocean Green. HEX triplet: 51, 91 and 69. RGB value is (81,145,105). Sum of RGB (Red+Green+Blue) = 81+145+105=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #519169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519169 is #AE6E96. Grayscale: #797979. Windows color (decimal): -11431575 or 6918481. OLE color: 6918481.

HSL color Cylindrical-coordinate representation of color #519169: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519169 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 105 -
CMYK 0.44 0 0.28 0.43
HSL 142.5º 0.28% 0.44% -
HSV(B) 142.5º 0.44% 0.57% -
XYZ 16.07 23.02 16.96 -
YUV 121.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 81 145 105 0.44 0 0.28 0.43 142.5 0.28 0.44
Hex 51 91 69 2C 0 1C 2B 8E 1C 2C
Octal 121 221 151 54 0 34 53 216 34 54
Binary 1010001 10010001 1101001 101100 0 11100 101011 10001110 11100 101100

Color Harmonies of #519169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519169

Black with #519169

Text Example


Text Example

White with #519169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519169; }

 p { color: rgb(81,145,105); }

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

background-color css

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

 a { background-color: rgb(81,145,105); }

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

border-color css

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

 span { border-color: rgb(81,145,105); }

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