#35A16E

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

Shades of Eucalyptus #35A16E

Tints of Eucalyptus #35A16E

Color information

#35A16E (or 0x35A16E) is unknown color: approx Eucalyptus. HEX triplet: 35, A1 and 6E. RGB value is (53,161,110). Sum of RGB (Red+Green+Blue) = 53+161+110=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #35A16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A16E is #CA5E91. Grayscale: #7A7A7A. Windows color (decimal): -13262482 or 7250229. OLE color: 7250229.

HSL color Cylindrical-coordinate representation of color #35A16E: hue angle of 151.67º 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 #35A16E is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB53161110-
CMYK0.6700.320.37
HSL151.67º50.47%41.96%-
HSV(B)151.67º67.08%63.14%-
XYZ17.0327.3719.14-
YUV122.89120.7278.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 161 (63.28% from 255) = 49.69%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=16.36%
G=49.69%
B=33.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611100.6700.320.37151.6750.4741.96
Hex35A16E430202598322a
Octal65241156103040452306252
Binary1101011010000111011101000011010000010010110011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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