#539D7C

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

Shades of Ocean Green #539D7C

Tints of Ocean Green #539D7C

Color information

#539D7C (or 0x539D7C) is unknown color: approx Ocean Green. HEX triplet: 53, 9D and 7C. RGB value is (83,157,124). Sum of RGB (Red+Green+Blue) = 83+157+124=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #539D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D7C is #AC6283. Grayscale: #838383. Windows color (decimal): -11297412 or 8166739. OLE color: 8166739.

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

Color convert

RGB83157124-
CMYK0.4700.210.38
HSL153.24º30.83%47.06%-
HSV(B)153.24º47.13%61.57%-
XYZ19.2627.4123.34-
YUV131.11123.9893.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.80%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=22.80%
G=43.13%
B=34.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571240.4700.210.38153.2430.8347.06
Hex539D7C2F01526991f2f
Octal12323517457025462313757
Binary10100111001110111111001011110101011001101001100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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