#3A905D

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

Shades of Eucalyptus #3A905D

Tints of Eucalyptus #3A905D

Color information

#3A905D (or 0x3A905D) is unknown color: approx Eucalyptus. HEX triplet: 3A, 90 and 5D. RGB value is (58,144,93). Sum of RGB (Red+Green+Blue) = 58+144+93=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #3A905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A905D is #C56FA2. Grayscale: #707070. Windows color (decimal): -12939171 or 6131770. OLE color: 6131770.

HSL color Cylindrical-coordinate representation of color #3A905D: hue angle of 144.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A905D is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB5814493-
CMYK0.6000.350.44
HSL144.42º42.57%39.61%-
HSV(B)144.42º59.72%56.47%-
XYZ13.6921.6413.81-
YUV112.47117.0189.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=19.66%
G=48.81%
B=31.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58144930.6000.350.44144.4242.5739.61
Hex3A905D3C0232C902b28
Octal7222013574043542205350
Binary111010100100001011101111100010001110110010010000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A905D; }

 p { color: rgb(58,144,93); }

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

<style>
 a { background-color: #3A905D; }

 a { background-color: rgb(58,144,93); }

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

<style>
 span { border-color: #3A905D; }

 span { border-color: rgb(58,144,93); }

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