#34945E

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

Shades of Eucalyptus #34945E

Tints of Eucalyptus #34945E

Color information

#34945E (or 0x34945E) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 5E. RGB value is (52,148,94). Sum of RGB (Red+Green+Blue) = 52+148+94=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #34945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34945E is #CB6BA1. Grayscale: #717171. Windows color (decimal): -13331362 or 6198324. OLE color: 6198324.

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

Color convert

RGB5214894-
CMYK0.6500.360.42
HSL146.25º48%39.22%-
HSV(B)146.25º64.86%58.04%-
XYZ14.0322.7214.24-
YUV113.14117.284.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 148 (58.20% from 255) = 50.34%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=17.69%
G=50.34%
B=31.97%

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
Decimal52148940.6500.360.42146.254839.22
Hex34945E410242A923027
Octal64224136101044522226047
Binary1101001001010010111101000001010010010101010010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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