#539576

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

Shades of Ocean Green #539576

Tints of Ocean Green #539576

Color information

#539576 (or 0x539576) is unknown color: approx Ocean Green. HEX triplet: 53, 95 and 76. RGB value is (83,149,118). Sum of RGB (Red+Green+Blue) = 83+149+118=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #539576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539576 is #AC6A89. Grayscale: #7D7D7D. Windows color (decimal): -11299466 or 7771475. OLE color: 7771475.

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

Color convert

RGB83149118-
CMYK0.4400.210.42
HSL151.82º28.45%45.49%-
HSV(B)151.82º44.3%58.43%-
XYZ17.5824.6420.97-
YUV125.73123.6397.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=23.71%
G=42.57%
B=33.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831491180.4400.210.42151.8228.4545.49
Hex5395762C0152A981c2d
Octal12322516654025522303455
Binary10100111001010111101101011000101011010101001100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539576; }

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

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

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

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

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

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

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

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