#35A35F

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

Shades of Eucalyptus #35A35F

Tints of Eucalyptus #35A35F

Color information

#35A35F (or 0x35A35F) is unknown color: approx Eucalyptus. HEX triplet: 35, A3 and 5F. RGB value is (53,163,95). Sum of RGB (Red+Green+Blue) = 53+163+95=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #35A35F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A35F is #CA5CA0. Grayscale: #7A7A7A. Windows color (decimal): -13261985 or 6267701. OLE color: 6267701.

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

Color convert

RGB5316395-
CMYK0.6700.420.36
HSL142.91º50.93%42.35%-
HSV(B)142.91º67.48%63.92%-
XYZ16.6327.7815.31-
YUV122.36112.5678.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=17.04%
G=52.41%
B=30.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163950.6700.420.36142.9150.9342.35
Hex35A35F4302A248f332a
Octal65243137103052442176352
Binary1101011010001110111111000011010101010010010001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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