#35A168

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

Shades of Eucalyptus #35A168

Tints of Eucalyptus #35A168

Color information

#35A168 (or 0x35A168) is unknown color: approx Eucalyptus. HEX triplet: 35, A1 and 68. RGB value is (53,161,104). Sum of RGB (Red+Green+Blue) = 53+161+104=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #35A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A168 is #CA5E97. Grayscale: #7A7A7A. Windows color (decimal): -13262488 or 6857013. OLE color: 6857013.

HSL color Cylindrical-coordinate representation of color #35A168: hue angle of 148.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A168 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB53161104-
CMYK0.6700.350.37
HSL148.33º50.47%41.96%-
HSV(B)148.33º67.08%63.14%-
XYZ16.7127.2517.47-
YUV122.21117.7278.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 161 (63.28% from 255) = 50.63%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=16.67%
G=50.63%
B=32.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611040.6700.350.37148.3350.4741.96
Hex35A168430232594322a
Octal65241150103043452246252
Binary1101011010000111010001000011010001110010110010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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