#35916A

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

Shades of Eucalyptus #35916A

Tints of Eucalyptus #35916A

Color information

#35916A (or 0x35916A) is unknown color: approx Eucalyptus. HEX triplet: 35, 91 and 6A. RGB value is (53,145,106). Sum of RGB (Red+Green+Blue) = 53+145+106=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #35916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35916A is #CA6E95. Grayscale: #717171. Windows color (decimal): -13266582 or 6983989. OLE color: 6983989.

HSL color Cylindrical-coordinate representation of color #35916A: hue angle of 154.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35916A is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB53145106-
CMYK0.6300.270.43
HSL154.57º46.46%38.82%-
HSV(B)154.57º63.45%56.86%-
XYZ14.222.0517.14-
YUV113.05124.0285.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=17.43%
G=47.70%
B=34.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451060.6300.270.43154.5746.4638.82
Hex35916A3F01B2B9b2e27
Octal6522115277033532335647
Binary11010110010001110101011111101101110101110011011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35916A; }

 p { color: rgb(53,145,106); }

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

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

 a { background-color: rgb(53,145,106); }

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

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

 span { border-color: rgb(53,145,106); }

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