#34A65E

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

Shades of Eucalyptus #34A65E

Tints of Eucalyptus #34A65E

Color information

#34A65E (or 0x34A65E) is unknown color: approx Eucalyptus. HEX triplet: 34, A6 and 5E. RGB value is (52,166,94). Sum of RGB (Red+Green+Blue) = 52+166+94=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #34A65E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A65E is #CB59A1. Grayscale: #7B7B7B. Windows color (decimal): -13326754 or 6202932. OLE color: 6202932.

HSL color Cylindrical-coordinate representation of color #34A65E: hue angle of 142.11º degrees, saturation: 0.52, 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 #34A65E is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB5216694-
CMYK0.6900.430.35
HSL142.11º52.29%42.75%-
HSV(B)142.11º68.67%65.1%-
XYZ17.0728.8115.25-
YUV123.71111.2376.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=16.67%
G=53.21%
B=30.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52166940.6900.430.35142.1152.2942.75
Hex34A65E4502B238e342b
Octal64246136105053432166453
Binary1101001010011010111101000101010101110001110001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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