#34A15F

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

Shades of Eucalyptus #34A15F

Tints of Eucalyptus #34A15F

Color information

#34A15F (or 0x34A15F) is unknown color: approx Eucalyptus. HEX triplet: 34, A1 and 5F. RGB value is (52,161,95). Sum of RGB (Red+Green+Blue) = 52+161+95=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #34A15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A15F is #CB5EA0. Grayscale: #797979. Windows color (decimal): -13328033 or 6267188. OLE color: 6267188.

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

Color convert

RGB5216195-
CMYK0.6800.410.37
HSL143.67º51.17%41.76%-
HSV(B)143.67º67.7%63.14%-
XYZ16.2327.0515.19-
YUV120.88113.3978.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=16.88%
G=52.27%
B=30.84%

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
Decimal52161950.6800.410.37143.6751.1741.76
Hex34A15F440292590332a
Octal64241137104051452206352
Binary1101001010000110111111000100010100110010110010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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