#35935c

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

Shades of Eucalyptus #35935C

Tints of Eucalyptus #35935C

Color information

#35935C (or 0x35935C) is unknown color: approx Eucalyptus. HEX triplet: 35, 93 and 5C. RGB value is (53,147,92). Sum of RGB (Red+Green+Blue) = 53+147+92=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #35935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35935C is #CA6CA3. Grayscale: #707070. Windows color (decimal): -13266084 or 6066997. OLE color: 6066997.

HSL color Cylindrical-coordinate representation of color #35935C: hue angle of 144.89º 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 #35935C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB5314792-
CMYK0.6400.370.42
HSL144.89º47%39.22%-
HSV(B)144.89º63.95%57.65%-
XYZ13.8322.413.72-
YUV112.62116.3685.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 147 (57.81% from 255) = 50.34%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=18.15%
G=50.34%
B=31.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147920.6400.370.42144.894739.22
Hex35935C400252A912f27
Octal65223134100045522215747
Binary1101011001001110111001000000010010110101010010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35935c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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