#539674

Color #539674 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #539674

Tints of Ocean Green #539674

Color information

#539674 (or 0x539674) is unknown color: approx Ocean Green. HEX triplet: 53, 96 and 74. RGB value is (83,150,116). Sum of RGB (Red+Green+Blue) = 83+150+116=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #539674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539674 is #AC698B. Grayscale: #7E7E7E. Windows color (decimal): -11299212 or 7640659. OLE color: 7640659.

HSL color Cylindrical-coordinate representation of color #539674: hue angle of 149.55º 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 #539674 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB83150116-
CMYK0.4500.230.41
HSL149.55º28.76%45.69%-
HSV(B)149.55º44.67%58.82%-
XYZ17.6324.9120.4-
YUV126.09122.397.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=23.78%
G=42.98%
B=33.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501160.4500.230.41149.5528.7645.69
Hex5396742D01729961d2e
Octal12322616455027512263556
Binary10100111001011011101001011010101111010011001011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539674; }

 p { color: rgb(83,150,116); }

 H1.HeaderClassName
 {
   color: #539674;
 }
 .AnyTagClassName
 {
   color: #539674;
 }
</style>
background-color css

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

 a { background-color: rgb(83,150,116); }

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

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

 span { border-color: rgb(83,150,116); }

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