#359565

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

Shades of Eucalyptus #359565

Tints of Eucalyptus #359565

Color information

#359565 (or 0x359565) is unknown color: approx Eucalyptus. HEX triplet: 35, 95 and 65. RGB value is (53,149,101). Sum of RGB (Red+Green+Blue) = 53+149+101=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #359565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359565 is #CA6A9A. Grayscale: #727272. Windows color (decimal): -13265563 or 6657333. OLE color: 6657333.

HSL color Cylindrical-coordinate representation of color #359565: hue angle of 150º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359565 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB53149101-
CMYK0.6400.320.42
HSL150º47.52%39.61%-
HSV(B)150º64.43%58.43%-
XYZ14.5623.1916.02-
YUV114.82120.283.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=17.49%
G=49.17%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531491010.6400.320.4215047.5239.61
Hex359565400202A963028
Octal65225145100040522266050
Binary1101011001010111001011000000010000010101010010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359565; }

 p { color: rgb(53,149,101); }

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

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

 a { background-color: rgb(53,149,101); }

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

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

 span { border-color: rgb(53,149,101); }

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