#35A269

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

Shades of Eucalyptus #35A269

Tints of Eucalyptus #35A269

Color information

#35A269 (or 0x35A269) is unknown color: approx Eucalyptus. HEX triplet: 35, A2 and 69. RGB value is (53,162,105). Sum of RGB (Red+Green+Blue) = 53+162+105=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #35A269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A269 is #CA5D96. Grayscale: #7B7B7B. Windows color (decimal): -13262231 or 6922805. OLE color: 6922805.

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

Color convert

RGB53162105-
CMYK0.6700.350.36
HSL148.62º50.7%42.16%-
HSV(B)148.62º67.28%63.53%-
XYZ16.9427.6217.8-
YUV122.91117.8978.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=16.56%
G=50.62%
B=32.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621050.6700.350.36148.6250.742.16
Hex35A269430232495332a
Octal65242151103043442256352
Binary1101011010001011010011000011010001110010010010101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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