#34915B

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

Shades of Eucalyptus #34915B

Tints of Eucalyptus #34915B

Color information

#34915B (or 0x34915B) is unknown color: approx Eucalyptus. HEX triplet: 34, 91 and 5B. RGB value is (52,145,91). Sum of RGB (Red+Green+Blue) = 52+145+91=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #34915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34915B is #CB6EA4. Grayscale: #6F6F6F. Windows color (decimal): -13332133 or 6000948. OLE color: 6000948.

HSL color Cylindrical-coordinate representation of color #34915B: hue angle of 145.16º 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 #34915B is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB5214591-
CMYK0.6400.370.43
HSL145.16º47.21%38.63%-
HSV(B)145.16º64.14%56.86%-
XYZ13.4321.7413.39-
YUV111.04116.6985.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=18.06%
G=50.35%
B=31.60%

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
Decimal52145910.6400.370.43145.1647.2138.63
Hex34915B400252B912f27
Octal64221133100045532215747
Binary1101001001000110110111000000010010110101110010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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