#35A25D

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

Shades of Eucalyptus #35A25D

Tints of Eucalyptus #35A25D

Color information

#35A25D (or 0x35A25D) is unknown color: approx Eucalyptus. HEX triplet: 35, A2 and 5D. RGB value is (53,162,93). Sum of RGB (Red+Green+Blue) = 53+162+93=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #35A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A25D is #CA5DA2. Grayscale: #797979. Windows color (decimal): -13262243 or 6136373. OLE color: 6136373.

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

Color convert

RGB5316293-
CMYK0.6700.430.36
HSL142.02º50.7%42.16%-
HSV(B)142.02º67.28%63.53%-
XYZ16.3627.3914.78-
YUV121.54111.8979.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=17.21%
G=52.60%
B=30.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162930.6700.430.36142.0250.742.16
Hex35A25D4302B248e332a
Octal65242135103053442166352
Binary1101011010001010111011000011010101110010010001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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