#539471

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

Shades of Ocean Green #539471

Tints of Ocean Green #539471

Color information

#539471 (or 0x539471) is unknown color: approx Ocean Green. HEX triplet: 53, 94 and 71. RGB value is (83,148,113). Sum of RGB (Red+Green+Blue) = 83+148+113=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #539471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539471 is #AC6B8E. Grayscale: #7C7C7C. Windows color (decimal): -11299727 or 7443539. OLE color: 7443539.

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

Color convert

RGB83148113-
CMYK0.4400.240.42
HSL147.69º28.14%45.29%-
HSV(B)147.69º43.92%58.04%-
XYZ17.1424.2119.39-
YUV124.57121.4798.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=24.13%
G=43.02%
B=32.85%

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
Decimal831481130.4400.240.42147.6928.1445.29
Hex5394712C0182A941c2d
Octal12322416154030522243455
Binary10100111001010011100011011000110001010101001010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539471; }

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

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

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

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

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

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

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

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