#539869

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

Shades of Ocean Green #539869

Tints of Ocean Green #539869

Color information

#539869 (or 0x539869) is unknown color: approx Ocean Green. HEX triplet: 53, 98 and 69. RGB value is (83,152,105). Sum of RGB (Red+Green+Blue) = 83+152+105=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #539869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539869 is #AC6796. Grayscale: #7E7E7E. Windows color (decimal): -11298711 or 6920275. OLE color: 6920275.

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

Color convert

RGB83152105-
CMYK0.4500.310.40
HSL139.13º29.36%46.08%-
HSV(B)139.13º45.39%59.61%-
XYZ17.3525.3217.34-
YUV126.01116.1497.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=24.41%
G=44.71%
B=30.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521050.4500.310.40139.1329.3646.08
Hex5398692D01F288b1d2e
Octal12323015155037502133556
Binary10100111001100011010011011010111111010001000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539869; }

 p { color: rgb(83,152,105); }

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

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

 a { background-color: rgb(83,152,105); }

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

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

 span { border-color: rgb(83,152,105); }

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