#35A26E

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

Shades of Eucalyptus #35A26E

Tints of Eucalyptus #35A26E

Color information

#35A26E (or 0x35A26E) is unknown color: approx Eucalyptus. HEX triplet: 35, A2 and 6E. RGB value is (53,162,110). Sum of RGB (Red+Green+Blue) = 53+162+110=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #35A26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A26E is #CA5D91. Grayscale: #7B7B7B. Windows color (decimal): -13262226 or 7250485. OLE color: 7250485.

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

Color convert

RGB53162110-
CMYK0.6700.320.36
HSL151.38º50.7%42.16%-
HSV(B)151.38º67.28%63.53%-
XYZ17.227.7219.2-
YUV123.48120.3977.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=16.31%
G=49.85%
B=33.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621100.6700.320.36151.3850.742.16
Hex35A26E430202497332a
Octal65242156103040442276352
Binary1101011010001011011101000011010000010010010010111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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