#34915C

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

Shades of Eucalyptus #34915C

Tints of Eucalyptus #34915C

Color information

#34915C (or 0x34915C) is unknown color: approx Eucalyptus. HEX triplet: 34, 91 and 5C. RGB value is (52,145,92). Sum of RGB (Red+Green+Blue) = 52+145+92=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #34915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34915C is #CB6EA3. Grayscale: #6F6F6F. Windows color (decimal): -13332132 or 6066484. OLE color: 6066484.

HSL color Cylindrical-coordinate representation of color #34915C: hue angle of 145.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34915C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB5214592-
CMYK0.6400.370.43
HSL145.81º47.21%38.63%-
HSV(B)145.81º64.14%56.86%-
XYZ13.4721.7513.61-
YUV111.15117.1985.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=17.99%
G=50.17%
B=31.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145920.6400.370.43145.8147.2138.63
Hex34915C400252B922f27
Octal64221134100045532225747
Binary1101001001000110111001000000010010110101110010010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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