#34A16D

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

Shades of Eucalyptus #34A16D

Tints of Eucalyptus #34A16D

Color information

#34A16D (or 0x34A16D) is unknown color: approx Eucalyptus. HEX triplet: 34, A1 and 6D. RGB value is (52,161,109). Sum of RGB (Red+Green+Blue) = 52+161+109=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #34A16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A16D is #CB5E92. Grayscale: #7A7A7A. Windows color (decimal): -13328019 or 7184692. OLE color: 7184692.

HSL color Cylindrical-coordinate representation of color #34A16D: hue angle of 151.38º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A16D is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB52161109-
CMYK0.6800.320.37
HSL151.38º51.17%41.76%-
HSV(B)151.38º67.7%63.14%-
XYZ16.9227.3218.85-
YUV122.48120.3977.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 161 (63.28% from 255) = 50%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=16.15%
G=50%
B=33.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521611090.6800.320.37151.3851.1741.76
Hex34A16D440202597332a
Octal64241155104040452276352
Binary1101001010000111011011000100010000010010110010111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A16D; }

 p { color: rgb(52,161,109); }

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

<style>
 a { background-color: #34A16D; }

 a { background-color: rgb(52,161,109); }

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

<style>
 span { border-color: #34A16D; }

 span { border-color: rgb(52,161,109); }

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