#34A75E

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

Shades of Eucalyptus #34A75E

Tints of Eucalyptus #34A75E

Color information

#34A75E (or 0x34A75E) is unknown color: approx Eucalyptus. HEX triplet: 34, A7 and 5E. RGB value is (52,167,94). Sum of RGB (Red+Green+Blue) = 52+167+94=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #34A75E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A75E is #CB58A1. Grayscale: #7C7C7C. Windows color (decimal): -13326498 or 6203188. OLE color: 6203188.

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

Color convert

RGB5216794-
CMYK0.6900.440.35
HSL141.91º52.51%42.94%-
HSV(B)141.91º68.86%65.49%-
XYZ17.2629.1815.31-
YUV124.29110.976.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 167 (65.62% from 255) = 53.35%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=16.61%
G=53.35%
B=30.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52167940.6900.440.35141.9152.5142.94
Hex34A75E4502C238e352b
Octal64247136105054432166553
Binary1101001010011110111101000101010110010001110001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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