#34A05E

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

Shades of Eucalyptus #34A05E

Tints of Eucalyptus #34A05E

Color information

#34A05E (or 0x34A05E) is unknown color: approx Eucalyptus. HEX triplet: 34, A0 and 5E. RGB value is (52,160,94). Sum of RGB (Red+Green+Blue) = 52+160+94=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #34A05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A05E is #CB5FA1. Grayscale: #787878. Windows color (decimal): -13328290 or 6201396. OLE color: 6201396.

HSL color Cylindrical-coordinate representation of color #34A05E: hue angle of 143.33º 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 #34A05E is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB5216094-
CMYK0.6800.410.37
HSL143.33º50.94%41.57%-
HSV(B)143.33º67.5%62.75%-
XYZ16.0126.6814.9-
YUV120.18113.2279.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 160 (62.89% from 255) = 52.29%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=16.99%
G=52.29%
B=30.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52160940.6800.410.37143.3350.9441.57
Hex34A05E44029258f332a
Octal64240136104051452176352
Binary1101001010000010111101000100010100110010110001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,160,94); }

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

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

 a { background-color: rgb(52,160,94); }

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

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

 span { border-color: rgb(52,160,94); }

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