#539773

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

Shades of Ocean Green #539773

Tints of Ocean Green #539773

Color information

#539773 (or 0x539773) is unknown color: approx Ocean Green. HEX triplet: 53, 97 and 73. RGB value is (83,151,115). Sum of RGB (Red+Green+Blue) = 83+151+115=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #539773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539773 is #AC688C. Grayscale: #7E7E7E. Windows color (decimal): -11298957 or 7575379. OLE color: 7575379.

HSL color Cylindrical-coordinate representation of color #539773: hue angle of 148.24º 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 #539773 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB83151115-
CMYK0.4500.240.41
HSL148.24º29.06%45.88%-
HSV(B)148.24º45.03%59.22%-
XYZ17.7325.2120.15-
YUV126.56121.4796.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=23.78%
G=43.27%
B=32.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831511150.4500.240.41148.2429.0645.88
Hex5397732D01829941d2e
Octal12322716355030512243556
Binary10100111001011111100111011010110001010011001010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539773; }

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

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

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

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

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

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

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

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