#539D6E

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

Shades of Ocean Green #539D6E

Tints of Ocean Green #539D6E

Color information

#539D6E (or 0x539D6E) is unknown color: approx Ocean Green. HEX triplet: 53, 9D and 6E. RGB value is (83,157,110). Sum of RGB (Red+Green+Blue) = 83+157+110=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #539D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D6E is #AC6291. Grayscale: #818181. Windows color (decimal): -11297426 or 7249235. OLE color: 7249235.

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

Color convert

RGB83157110-
CMYK0.4700.300.38
HSL141.89º30.83%47.06%-
HSV(B)141.89º47.13%61.57%-
XYZ18.4427.0819.01-
YUV129.52116.9894.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 157 (61.72% from 255) = 44.86%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=23.71%
G=44.86%
B=31.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571100.4700.300.38141.8930.8347.06
Hex539D6E2F01E268e1f2f
Octal12323515657036462163757
Binary10100111001110111011101011110111101001101000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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