#34955C

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

Shades of Eucalyptus #34955C

Tints of Eucalyptus #34955C

Color information

#34955C (or 0x34955C) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 5C. RGB value is (52,149,92). Sum of RGB (Red+Green+Blue) = 52+149+92=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #34955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955C is #CB6AA3. Grayscale: #717171. Windows color (decimal): -13331108 or 6067508. OLE color: 6067508.

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

Color convert

RGB5214992-
CMYK0.6500.380.42
HSL144.74º48.26%39.41%-
HSV(B)144.74º65.1%58.43%-
XYZ14.12313.82-
YUV113.5115.8684.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=17.75%
G=50.85%
B=31.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149920.6500.380.42144.7448.2639.41
Hex34955C410262A913027
Octal64225134101046522216047
Binary1101001001010110111001000001010011010101010010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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