#34955E

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

Shades of Eucalyptus #34955E

Tints of Eucalyptus #34955E

Color information

#34955E (or 0x34955E) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 5E. RGB value is (52,149,94). Sum of RGB (Red+Green+Blue) = 52+149+94=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #34955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955E is #CB6AA1. Grayscale: #717171. Windows color (decimal): -13331106 or 6198580. OLE color: 6198580.

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

Color convert

RGB5214994-
CMYK0.6500.370.42
HSL145.98º48.26%39.41%-
HSV(B)145.98º65.1%58.43%-
XYZ14.1823.0314.29-
YUV113.73116.8683.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=17.63%
G=50.51%
B=31.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149940.6500.370.42145.9848.2639.41
Hex34955E410252A923027
Octal64225136101045522226047
Binary1101001001010110111101000001010010110101010010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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