#359971

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

Shades of Eucalyptus #359971

Tints of Eucalyptus #359971

Color information

#359971 (or 0x359971) is unknown color: approx Eucalyptus. HEX triplet: 35, 99 and 71. RGB value is (53,153,113). Sum of RGB (Red+Green+Blue) = 53+153+113=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #359971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359971 is #CA668E. Grayscale: #767676. Windows color (decimal): -13264527 or 7444789. OLE color: 7444789.

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

Color convert

RGB53153113-
CMYK0.6500.260.4
HSL156º48.54%40.39%-
HSV(B)156º65.36%60%-
XYZ15.8424.7319.56-
YUV118.54124.8781.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=16.61%
G=47.96%
B=35.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531130.6500.260.415648.5440.39
Hex3599714101A289c3128
Octal65231161101032502346150
Binary110101100110011110001100000101101010100010011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359971; }

 p { color: rgb(53,153,113); }

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

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

 a { background-color: rgb(53,153,113); }

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

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

 span { border-color: rgb(53,153,113); }

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