#34946A

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

Shades of Eucalyptus #34946A

Tints of Eucalyptus #34946A

Color information

#34946A (or 0x34946A) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 6A. RGB value is (52,148,106). Sum of RGB (Red+Green+Blue) = 52+148+106=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #34946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946A is #CB6B95. Grayscale: #727272. Windows color (decimal): -13331350 or 6984756. OLE color: 6984756.

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

Color convert

RGB52148106-
CMYK0.6500.280.42
HSL153.75º48%39.22%-
HSV(B)153.75º64.86%58.04%-
XYZ14.6122.9517.3-
YUV114.51123.283.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=16.99%
G=48.37%
B=34.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481060.6500.280.42153.754839.22
Hex34946A4101C2A9a3027
Octal64224152101034522326047
Binary110100100101001101010100000101110010101010011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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