#34946d

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

Shades of Eucalyptus #34946D

Tints of Eucalyptus #34946D

Color information

#34946D (or 0x34946D) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 6D. RGB value is (52,148,109). Sum of RGB (Red+Green+Blue) = 52+148+109=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #34946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946D is #CB6B92. Grayscale: #727272. Windows color (decimal): -13331347 or 7181364. OLE color: 7181364.

HSL color Cylindrical-coordinate representation of color #34946D: hue angle of 155.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34946D is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB52148109-
CMYK0.6500.260.42
HSL155.62º48%39.22%-
HSV(B)155.62º64.86%58.04%-
XYZ14.7723.0118.13-
YUV114.85124.783.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=16.83%
G=47.90%
B=35.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481090.6500.260.42155.624839.22
Hex34946D4101A2A9c3027
Octal64224155101032522346047
Binary110100100101001101101100000101101010101010011100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34946d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34946d; }

 p { color: rgb(52,148,109); }

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

<style>
 a { background-color: #34946d; }

 a { background-color: rgb(52,148,109); }

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

<style>
 span { border-color: #34946d; }

 span { border-color: rgb(52,148,109); }

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