#34945A

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

Shades of Eucalyptus #34945A

Tints of Eucalyptus #34945A

Color information

#34945A (or 0x34945A) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 5A. RGB value is (52,148,90). Sum of RGB (Red+Green+Blue) = 52+148+90=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #34945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34945A is #CB6BA5. Grayscale: #707070. Windows color (decimal): -13331366 or 5936180. OLE color: 5936180.

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

Color convert

RGB5214890-
CMYK0.6500.390.42
HSL143.75º48%39.22%-
HSV(B)143.75º64.86%58.04%-
XYZ13.8522.6513.31-
YUV112.68115.284.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=17.93%
G=51.03%
B=31.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148900.6500.390.42143.754839.22
Hex34945A410272A903027
Octal64224132101047522206047
Binary1101001001010010110101000001010011110101010010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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