#35A268

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

Shades of Eucalyptus #35A268

Tints of Eucalyptus #35A268

Color information

#35A268 (or 0x35A268) is unknown color: approx Eucalyptus. HEX triplet: 35, A2 and 68. RGB value is (53,162,104). Sum of RGB (Red+Green+Blue) = 53+162+104=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #35A268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A268 is #CA5D97. Grayscale: #7A7A7A. Windows color (decimal): -13262232 or 6857269. OLE color: 6857269.

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

Color convert

RGB53162104-
CMYK0.6700.360.36
HSL148.07º50.7%42.16%-
HSV(B)148.07º67.28%63.53%-
XYZ16.8927.617.53-
YUV122.8117.3978.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=16.61%
G=50.78%
B=32.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621040.6700.360.36148.0750.742.16
Hex35A268430242494332a
Octal65242150103044442246352
Binary1101011010001011010001000011010010010010010010100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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