#539E67

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

Shades of Ocean Green #539E67

Tints of Ocean Green #539E67

Color information

#539E67 (or 0x539E67) is unknown color: approx Ocean Green. HEX triplet: 53, 9E and 67. RGB value is (83,158,103). Sum of RGB (Red+Green+Blue) = 83+158+103=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #539E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E67 is #AC6198. Grayscale: #818181. Windows color (decimal): -11297177 or 6790739. OLE color: 6790739.

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

Color convert

RGB83158103-
CMYK0.4700.350.38
HSL136º31.12%47.25%-
HSV(B)136º47.47%61.96%-
XYZ18.2427.2717.13-
YUV129.3113.1594.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=24.13%
G=45.93%
B=29.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581030.4700.350.3813631.1247.25
Hex539E672F02326881f2f
Octal12323614757043462103757
Binary101001110011110110011110111101000111001101000100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,158,103); }

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

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

 a { background-color: rgb(83,158,103); }

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

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

 span { border-color: rgb(83,158,103); }

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