#539D6D

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

Shades of Ocean Green #539D6D

Tints of Ocean Green #539D6D

Color information

#539D6D (or 0x539D6D) is unknown color: approx Ocean Green. HEX triplet: 53, 9D and 6D. RGB value is (83,157,109). Sum of RGB (Red+Green+Blue) = 83+157+109=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #539D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D6D is #AC6292. Grayscale: #818181. Windows color (decimal): -11297427 or 7183699. OLE color: 7183699.

HSL color Cylindrical-coordinate representation of color #539D6D: hue angle of 141.08º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D6D is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB83157109-
CMYK0.4700.310.38
HSL141.08º30.83%47.06%-
HSV(B)141.08º47.13%61.57%-
XYZ18.3827.0618.72-
YUV129.4116.4894.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=23.78%
G=44.99%
B=31.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571090.4700.310.38141.0830.8347.06
Hex539D6D2F01F268d1f2f
Octal12323515557037462153757
Binary10100111001110111011011011110111111001101000110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,157,109); }

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

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

 a { background-color: rgb(83,157,109); }

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

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

 span { border-color: rgb(83,157,109); }

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