Html Css Color HEX #519269 Ocean Green

📋 copy color: '#519269'

red 81 ◦ green 146 ◦ blue 105

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

Shades of Ocean Green #519269

Tints of Ocean Green #519269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 24.4%
G = 43.98%
B = 31.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#519269 (or 0x519269) is known color: Ocean Green. HEX triplet: 51, 92 and 69. RGB value is (81,146,105). Sum of RGB (Red+Green+Blue) = 81+146+105=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #519269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519269 is #AE6D96. Grayscale: #797979. Windows color (decimal): -11431319 or 6918737. OLE color: 6918737.

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

Color convert

RGB 81 146 105 -
CMYK 0.45 0 0.28 0.43
HSL 142.15º 0.29% 0.45% -
HSV(B) 142.15º 0.45% 0.57% -
XYZ 16.22 23.33 17.01 -
YUV 121.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 81 146 105 0.45 0 0.28 0.43 142.15 0.29 0.45
Hex 51 92 69 2D 0 1C 2B 8E 1D 2D
Octal 121 222 151 55 0 34 53 216 35 55
Binary 1010001 10010010 1101001 101101 0 11100 101011 10001110 11101 101101

Color Harmonies of #519269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519269

Black with #519269

Text Example


Text Example

White with #519269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519269; }

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

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

background-color css

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

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

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

border-color css

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

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

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