#539473

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

Shades of Ocean Green #539473

Tints of Ocean Green #539473

Color information

#539473 (or 0x539473) is unknown color: approx Ocean Green. HEX triplet: 53, 94 and 73. RGB value is (83,148,115). Sum of RGB (Red+Green+Blue) = 83+148+115=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #539473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539473 is #AC6B8C. Grayscale: #7C7C7C. Windows color (decimal): -11299725 or 7574611. OLE color: 7574611.

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

Color convert

RGB83148115-
CMYK0.4400.220.42
HSL149.54º28.14%45.29%-
HSV(B)149.54º43.92%58.04%-
XYZ17.2524.2619.99-
YUV124.8122.4798.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=23.99%
G=42.77%
B=33.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831481150.4400.220.42149.5428.1445.29
Hex5394732C0162A961c2d
Octal12322416354026522263455
Binary10100111001010011100111011000101101010101001011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539473; }

 p { color: rgb(83,148,115); }

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

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

 a { background-color: rgb(83,148,115); }

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

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

 span { border-color: rgb(83,148,115); }

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