#359961

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

Shades of Eucalyptus #359961

Tints of Eucalyptus #359961

Color information

#359961 (or 0x359961) is unknown color: approx Eucalyptus. HEX triplet: 35, 99 and 61. RGB value is (53,153,97). Sum of RGB (Red+Green+Blue) = 53+153+97=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #359961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359961 is #CA669E. Grayscale: #747474. Windows color (decimal): -13264543 or 6396213. OLE color: 6396213.

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

Color convert

RGB5315397-
CMYK0.6500.370.4
HSL146.4º48.54%40.39%-
HSV(B)146.4º65.36%60%-
XYZ15.0224.415.23-
YUV116.72116.8782.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=17.49%
G=50.50%
B=32.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53153970.6500.370.4146.448.5440.39
Hex3599614102528923128
Octal65231141101045502226150
Binary1101011001100111000011000001010010110100010010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359961; }

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

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

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

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

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

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

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

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