#35A166

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

Shades of Eucalyptus #35A166

Tints of Eucalyptus #35A166

Color information

#35A166 (or 0x35A166) is unknown color: approx Eucalyptus. HEX triplet: 35, A1 and 66. RGB value is (53,161,102). Sum of RGB (Red+Green+Blue) = 53+161+102=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #35A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A166 is #CA5E99. Grayscale: #7A7A7A. Windows color (decimal): -13262490 or 6725941. OLE color: 6725941.

HSL color Cylindrical-coordinate representation of color #35A166: hue angle of 147.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A166 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB53161102-
CMYK0.6700.370.37
HSL147.22º50.47%41.96%-
HSV(B)147.22º67.08%63.14%-
XYZ16.6127.2116.95-
YUV121.98116.7278.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 161 (63.28% from 255) = 50.95%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=16.77%
G=50.95%
B=32.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611020.6700.370.37147.2250.4741.96
Hex35A166430252593322a
Octal65241146103045452236252
Binary1101011010000111001101000011010010110010110010011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A166; }

 p { color: rgb(53,161,102); }

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

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

 a { background-color: rgb(53,161,102); }

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

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

 span { border-color: rgb(53,161,102); }

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