#539672

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

Shades of Ocean Green #539672

Tints of Ocean Green #539672

Color information

#539672 (or 0x539672) is unknown color: approx Ocean Green. HEX triplet: 53, 96 and 72. RGB value is (83,150,114). Sum of RGB (Red+Green+Blue) = 83+150+114=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #539672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539672 is #AC698D. Grayscale: #7D7D7D. Windows color (decimal): -11299214 or 7509587. OLE color: 7509587.

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

Color convert

RGB83150114-
CMYK0.4500.240.41
HSL147.76º28.76%45.69%-
HSV(B)147.76º44.67%58.82%-
XYZ17.5124.8719.8-
YUV125.86121.397.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=23.92%
G=43.23%
B=32.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501140.4500.240.41147.7628.7645.69
Hex5396722D01829941d2e
Octal12322616255030512243556
Binary10100111001011011100101011010110001010011001010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539672; }

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

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

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

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

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

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

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

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