#539974

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

Shades of Ocean Green #539974

Tints of Ocean Green #539974

Color information

#539974 (or 0x539974) is unknown color: approx Ocean Green. HEX triplet: 53, 99 and 74. RGB value is (83,153,116). Sum of RGB (Red+Green+Blue) = 83+153+116=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #539974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539974 is #AC668B. Grayscale: #7F7F7F. Windows color (decimal): -11298444 or 7641427. OLE color: 7641427.

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

Color convert

RGB83153116-
CMYK0.4600.240.4
HSL148.29º29.66%46.27%-
HSV(B)148.29º45.75%60%-
XYZ18.1125.8820.56-
YUV127.85121.3196.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=23.58%
G=43.47%
B=32.95%

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
Decimal831531160.4600.240.4148.2929.6646.27
Hex5399742E01828941e2e
Octal12323116456030502243656
Binary10100111001100111101001011100110001010001001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539974; }

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

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

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

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

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

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

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

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