Html Css Color HEX #519576 Ocean Green

📋 copy color: '#519576'

red 81 ◦ green 149 ◦ blue 118

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

Shades of Ocean Green #519576

Tints of Ocean Green #519576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 23.28%
G = 42.82%
B = 33.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#519576 (or 0x519576) is known color: Ocean Green. HEX triplet: 51, 95 and 76. RGB value is (81,149,118). Sum of RGB (Red+Green+Blue) = 81+149+118=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #519576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519576 is #AE6A89. Grayscale: #7D7D7D. Windows color (decimal): -11430538 or 7771473. OLE color: 7771473.

HSL color Cylindrical-coordinate representation of color #519576: hue angle of 152.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519576 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 118 -
CMYK 0.46 0 0.21 0.42
HSL 152.65º 0.3% 0.45% -
HSV(B) 152.65º 0.46% 0.58% -
XYZ 17.41 24.55 20.96 -
YUV 125.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 81 149 118 0.46 0 0.21 0.42 152.65 0.3 0.45
Hex 51 95 76 2E 0 15 2A 99 1E 2D
Octal 121 225 166 56 0 25 52 231 36 55
Binary 1010001 10010101 1110110 101110 0 10101 101010 10011001 11110 101101

Color Harmonies of #519576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519576

Black with #519576

Text Example


Text Example

White with #519576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519576; }

 p { color: rgb(81,149,118); }

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

background-color css

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

 a { background-color: rgb(81,149,118); }

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

border-color css

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

 span { border-color: rgb(81,149,118); }

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