#3A955A

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

Shades of Eucalyptus #3A955A

Tints of Eucalyptus #3A955A

Color information

#3A955A (or 0x3A955A) is unknown color: approx Eucalyptus. HEX triplet: 3A, 95 and 5A. RGB value is (58,149,90). Sum of RGB (Red+Green+Blue) = 58+149+90=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #3A955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A955A is #C56AA5. Grayscale: #737373. Windows color (decimal): -12937894 or 5936442. OLE color: 5936442.

HSL color Cylindrical-coordinate representation of color #3A955A: hue angle of 141.1º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A955A is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB5814990-
CMYK0.6100.400.42
HSL141.1º43.96%40.59%-
HSV(B)141.1º61.07%58.43%-
XYZ14.3423.1313.38-
YUV115.06113.8587.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=19.53%
G=50.17%
B=30.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58149900.6100.400.42141.143.9640.59
Hex3A955A3D0282A8d2c29
Octal7222513275050522155451
Binary111010100101011011010111101010100010101010001101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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