Html Css Color HEX #539F79 Ocean Green

📋 copy color: '#539F79'

red 83 ◦ green 159 ◦ blue 121

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

Shades of Ocean Green #539F79

Tints of Ocean Green #539F79

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 22.87%
G = 43.8%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#539F79 (or 0x539F79) is known color: Ocean Green. HEX triplet: 53, 9F and 79. RGB value is (83,159,121). Sum of RGB (Red+Green+Blue) = 83+159+121=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #539F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F79 is #AC6086. Grayscale: #848484. Windows color (decimal): -11296903 or 7970643. OLE color: 7970643.

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

Color convert

RGB 83 159 121 -
CMYK 0.48 0 0.24 0.38
HSL 150º 0.31% 0.47% -
HSV(B) 150º 0.48% 0.62% -
XYZ 19.42 28.02 22.47 -
YUV 131.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 83 159 121 0.48 0 0.24 0.38 150 0.31 0.47
Hex 53 9F 79 30 0 18 26 96 1F 2F
Octal 123 237 171 60 0 30 46 226 37 57
Binary 1010011 10011111 1111001 110000 0 11000 100110 10010110 11111 101111

Color Harmonies of #539F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539F79

Black with #539F79

Text Example


Text Example

White with #539F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539F79; }

 p { color: rgb(83,159,121); }

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

background-color css

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

 a { background-color: rgb(83,159,121); }

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

border-color css

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

 span { border-color: rgb(83,159,121); }

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