#539975

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

Shades of Ocean Green #539975

Tints of Ocean Green #539975

Color information

#539975 (or 0x539975) is unknown color: approx Ocean Green. HEX triplet: 53, 99 and 75. RGB value is (83,153,117). Sum of RGB (Red+Green+Blue) = 83+153+117=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #539975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539975 is #AC668A. Grayscale: #808080. Windows color (decimal): -11298443 or 7706963. OLE color: 7706963.

HSL color Cylindrical-coordinate representation of color #539975: hue angle of 149.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539975 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB83153117-
CMYK0.4600.240.4
HSL149.14º29.66%46.27%-
HSV(B)149.14º45.75%60%-
XYZ18.1725.9120.87-
YUV127.97121.8195.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=23.51%
G=43.34%
B=33.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531170.4600.240.4149.1429.6646.27
Hex5399752E01828951e2e
Octal12323116556030502253656
Binary10100111001100111101011011100110001010001001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539975; }

 p { color: rgb(83,153,117); }

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

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

 a { background-color: rgb(83,153,117); }

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

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

 span { border-color: rgb(83,153,117); }

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