#539E74

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

Shades of Ocean Green #539E74

Tints of Ocean Green #539E74

Color information

#539E74 (or 0x539E74) is unknown color: approx Ocean Green. HEX triplet: 53, 9E and 74. RGB value is (83,158,116). Sum of RGB (Red+Green+Blue) = 83+158+116=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #539E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E74 is #AC618B. Grayscale: #828282. Windows color (decimal): -11297164 or 7642707. OLE color: 7642707.

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

Color convert

RGB83158116-
CMYK0.4700.270.38
HSL146.4º31.12%47.25%-
HSV(B)146.4º47.47%61.96%-
XYZ18.9527.5520.84-
YUV130.79119.6593.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=23.25%
G=44.26%
B=32.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581160.4700.270.38146.431.1247.25
Hex539E742F01B26921f2f
Octal12323616457033462223757
Binary10100111001111011101001011110110111001101001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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