#34946E

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

Shades of Eucalyptus #34946E

Tints of Eucalyptus #34946E

Color information

#34946E (or 0x34946E) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 6E. RGB value is (52,148,110). Sum of RGB (Red+Green+Blue) = 52+148+110=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #34946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946E is #CB6B91. Grayscale: #737373. Windows color (decimal): -13331346 or 7246900. OLE color: 7246900.

HSL color Cylindrical-coordinate representation of color #34946E: hue angle of 156.25º 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 #34946E is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB52148110-
CMYK0.6500.260.42
HSL156.25º48%39.22%-
HSV(B)156.25º64.86%58.04%-
XYZ14.8223.0418.42-
YUV114.96125.283.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=16.77%
G=47.74%
B=35.48%

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
Decimal521481100.6500.260.42156.254839.22
Hex34946E4101A2A9c3027
Octal64224156101032522346047
Binary110100100101001101110100000101101010101010011100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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