#35935F

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

Shades of Eucalyptus #35935F

Tints of Eucalyptus #35935F

Color information

#35935F (or 0x35935F) is unknown color: approx Eucalyptus. HEX triplet: 35, 93 and 5F. RGB value is (53,147,95). Sum of RGB (Red+Green+Blue) = 53+147+95=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #35935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35935F is #CA6CA0. Grayscale: #717171. Windows color (decimal): -13266081 or 6263605. OLE color: 6263605.

HSL color Cylindrical-coordinate representation of color #35935F: hue angle of 146.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35935F is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB5314795-
CMYK0.6400.350.42
HSL146.81º47%39.22%-
HSV(B)146.81º63.95%57.65%-
XYZ13.9722.4514.42-
YUV112.97117.8685.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=17.97%
G=49.83%
B=32.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147950.6400.350.42146.814739.22
Hex35935F400232A932f27
Octal65223137100043522235747
Binary1101011001001110111111000000010001110101010010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35935F; }

 p { color: rgb(53,147,95); }

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

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

 a { background-color: rgb(53,147,95); }

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

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

 span { border-color: rgb(53,147,95); }

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