#539368

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

Shades of Ocean Green #539368

Tints of Ocean Green #539368

Color information

#539368 (or 0x539368) is unknown color: approx Ocean Green. HEX triplet: 53, 93 and 68. RGB value is (83,147,104). Sum of RGB (Red+Green+Blue) = 83+147+104=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #539368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539368 is #AC6C97. Grayscale: #7B7B7B. Windows color (decimal): -11299992 or 6853459. OLE color: 6853459.

HSL color Cylindrical-coordinate representation of color #539368: hue angle of 139.69º 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 #539368 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB83147104-
CMYK0.4400.290.42
HSL139.69º27.83%45.1%-
HSV(B)139.69º43.54%57.65%-
XYZ16.523.7116.8-
YUV122.96117.399.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=24.85%
G=44.01%
B=31.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471040.4400.290.42139.6927.8345.1
Hex5393682C01D2A8c1c2d
Octal12322315054035522143455
Binary10100111001001111010001011000111011010101000110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539368; }

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

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

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

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

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

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

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

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