#539D6C

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

Shades of Ocean Green #539D6C

Tints of Ocean Green #539D6C

Color information

#539D6C (or 0x539D6C) is unknown color: approx Ocean Green. HEX triplet: 53, 9D and 6C. RGB value is (83,157,108). Sum of RGB (Red+Green+Blue) = 83+157+108=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #539D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D6C is #AC6293. Grayscale: #818181. Windows color (decimal): -11297428 or 7118163. OLE color: 7118163.

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

Color convert

RGB83157108-
CMYK0.4700.310.38
HSL140.27º30.83%47.06%-
HSV(B)140.27º47.13%61.57%-
XYZ18.3327.0418.44-
YUV129.29115.9894.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=23.85%
G=45.11%
B=31.03%

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
Decimal831571080.4700.310.38140.2730.8347.06
Hex539D6C2F01F268c1f2f
Octal12323515457037462143757
Binary10100111001110111011001011110111111001101000110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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