#34945F

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

Shades of Eucalyptus #34945F

Tints of Eucalyptus #34945F

Color information

#34945F (or 0x34945F) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 5F. RGB value is (52,148,95). Sum of RGB (Red+Green+Blue) = 52+148+95=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #34945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34945F is #CB6BA0. Grayscale: #717171. Windows color (decimal): -13331361 or 6263860. OLE color: 6263860.

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

Color convert

RGB5214895-
CMYK0.6500.360.42
HSL146.88º48%39.22%-
HSV(B)146.88º64.86%58.04%-
XYZ14.0722.7414.47-
YUV113.25117.784.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=17.63%
G=50.17%
B=32.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148950.6500.360.42146.884839.22
Hex34945F410242A933027
Octal64224137101044522236047
Binary1101001001010010111111000001010010010101010010011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34945F; }

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

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

<style>
 a { background-color: #34945F; }

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

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

<style>
 span { border-color: #34945F; }

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

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