#539668

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

Shades of Ocean Green #539668

Tints of Ocean Green #539668

Color information

#539668 (or 0x539668) is unknown color: approx Ocean Green. HEX triplet: 53, 96 and 68. RGB value is (83,150,104). Sum of RGB (Red+Green+Blue) = 83+150+104=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #539668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539668 is #AC6997. Grayscale: #7C7C7C. Windows color (decimal): -11299224 or 6854227. OLE color: 6854227.

HSL color Cylindrical-coordinate representation of color #539668: hue angle of 138.81º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539668 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB83150104-
CMYK0.4500.310.41
HSL138.81º28.76%45.69%-
HSV(B)138.81º44.67%58.82%-
XYZ16.9724.6516.96-
YUV124.72116.398.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=24.63%
G=44.51%
B=30.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501040.4500.310.41138.8128.7645.69
Hex5396682D01F298b1d2e
Octal12322615055037512133556
Binary10100111001011011010001011010111111010011000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539668; }

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

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

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

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

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

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

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

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