#34A45E

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

Shades of Eucalyptus #34A45E

Tints of Eucalyptus #34A45E

Color information

#34A45E (or 0x34A45E) is unknown color: approx Eucalyptus. HEX triplet: 34, A4 and 5E. RGB value is (52,164,94). Sum of RGB (Red+Green+Blue) = 52+164+94=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #34A45E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A45E is #CB5BA1. Grayscale: #7A7A7A. Windows color (decimal): -13327266 or 6202420. OLE color: 6202420.

HSL color Cylindrical-coordinate representation of color #34A45E: hue angle of 142.5º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A45E is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB5216494-
CMYK0.6800.430.36
HSL142.5º51.85%42.35%-
HSV(B)142.5º68.29%64.31%-
XYZ16.7128.0915.13-
YUV122.53111.8977.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=16.77%
G=52.90%
B=30.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52164940.6800.430.36142.551.8542.35
Hex34A45E4402B248e342a
Octal64244136104053442166452
Binary1101001010010010111101000100010101110010010001110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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