#35A25F

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

Shades of Eucalyptus #35A25F

Tints of Eucalyptus #35A25F

Color information

#35A25F (or 0x35A25F) is unknown color: approx Eucalyptus. HEX triplet: 35, A2 and 5F. RGB value is (53,162,95). Sum of RGB (Red+Green+Blue) = 53+162+95=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #35A25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A25F is #CA5DA0. Grayscale: #797979. Windows color (decimal): -13262241 or 6267445. OLE color: 6267445.

HSL color Cylindrical-coordinate representation of color #35A25F: hue angle of 143.12º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A25F is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB5316295-
CMYK0.6700.410.36
HSL143.12º50.7%42.16%-
HSV(B)143.12º67.28%63.53%-
XYZ16.4527.4215.25-
YUV121.77112.8978.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=17.10%
G=52.26%
B=30.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162950.6700.410.36143.1250.742.16
Hex35A25F43029248f332a
Octal65242137103051442176352
Binary1101011010001010111111000011010100110010010001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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