#34955A

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

Shades of Eucalyptus #34955A

Tints of Eucalyptus #34955A

Color information

#34955A (or 0x34955A) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 5A. RGB value is (52,149,90). Sum of RGB (Red+Green+Blue) = 52+149+90=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #34955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955A is #CB6AA5. Grayscale: #717171. Windows color (decimal): -13331110 or 5936436. OLE color: 5936436.

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

Color convert

RGB5214990-
CMYK0.6500.400.42
HSL143.51º48.26%39.41%-
HSV(B)143.51º65.1%58.43%-
XYZ14.0122.9613.37-
YUV113.27114.8684.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=17.87%
G=51.20%
B=30.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149900.6500.400.42143.5148.2639.41
Hex34955A410282A903027
Octal64225132101050522206047
Binary1101001001010110110101000001010100010101010010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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