#34A55E

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

Shades of Eucalyptus #34A55E

Tints of Eucalyptus #34A55E

Color information

#34A55E (or 0x34A55E) is unknown color: approx Eucalyptus. HEX triplet: 34, A5 and 5E. RGB value is (52,165,94). Sum of RGB (Red+Green+Blue) = 52+165+94=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #34A55E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A55E is #CB5AA1. Grayscale: #7B7B7B. Windows color (decimal): -13327010 or 6202676. OLE color: 6202676.

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

Color convert

RGB5216594-
CMYK0.6800.430.35
HSL142.3º52.07%42.55%-
HSV(B)142.3º68.48%64.71%-
XYZ16.8928.4515.19-
YUV123.12111.5677.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=16.72%
G=53.05%
B=30.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52165940.6800.430.35142.352.0742.55
Hex34A55E4402B238e342b
Octal64245136104053432166453
Binary1101001010010110111101000100010101110001110001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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