#539370

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

Shades of Ocean Green #539370

Tints of Ocean Green #539370

Color information

#539370 (or 0x539370) is unknown color: approx Ocean Green. HEX triplet: 53, 93 and 70. RGB value is (83,147,112). Sum of RGB (Red+Green+Blue) = 83+147+112=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #539370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539370 is #AC6C8F. Grayscale: #7B7B7B. Windows color (decimal): -11299984 or 7377747. OLE color: 7377747.

HSL color Cylindrical-coordinate representation of color #539370: hue angle of 147.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539370 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB83147112-
CMYK0.4400.240.42
HSL147.19º27.83%45.1%-
HSV(B)147.19º43.54%57.65%-
XYZ16.9323.8819.05-
YUV123.87121.398.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=24.27%
G=42.98%
B=32.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471120.4400.240.42147.1927.8345.1
Hex5393702C0182A931c2d
Octal12322316054030522233455
Binary10100111001001111100001011000110001010101001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539370; }

 p { color: rgb(83,147,112); }

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

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

 a { background-color: rgb(83,147,112); }

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

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

 span { border-color: rgb(83,147,112); }

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