Html Css Color HEX #539776 Ocean Green

📋 copy color: '#539776'

red 83 ◦ green 151 ◦ blue 118

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

Shades of Ocean Green #539776

Tints of Ocean Green #539776

RGB

 RED value IS 83 (32.81% from 255) = 23.58%

 GREEN value IS 151 (59.38% from 255) = 42.9%

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

R = 23.58%
G = 42.9%
B = 33.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#539776 (or 0x539776) is known color: Ocean Green. HEX triplet: 53, 97 and 76. RGB value is (83,151,118). Sum of RGB (Red+Green+Blue) = 83+151+118=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #539776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539776 is #AC6889. Grayscale: #7E7E7E. Windows color (decimal): -11298954 or 7771987. OLE color: 7771987.

HSL color Cylindrical-coordinate representation of color #539776: hue angle of 150.88º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539776 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 118 -
CMYK 0.45 0 0.22 0.41
HSL 150.88º 0.29% 0.46% -
HSV(B) 150.88º 0.45% 0.59% -
XYZ 17.9 25.28 21.08 -
YUV 126.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 83 151 118 0.45 0 0.22 0.41 150.88 0.29 0.46
Hex 53 97 76 2D 0 16 29 97 1D 2E
Octal 123 227 166 55 0 26 51 227 35 56
Binary 1010011 10010111 1110110 101101 0 10110 101001 10010111 11101 101110

Color Harmonies of #539776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539776

Black with #539776

Text Example


Text Example

White with #539776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539776; }

 p { color: rgb(83,151,118); }

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

background-color css

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

 a { background-color: rgb(83,151,118); }

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

border-color css

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

 span { border-color: rgb(83,151,118); }

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