#3A955C

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

Shades of Eucalyptus #3A955C

Tints of Eucalyptus #3A955C

Color information

#3A955C (or 0x3A955C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 95 and 5C. RGB value is (58,149,92). Sum of RGB (Red+Green+Blue) = 58+149+92=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #3A955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A955C is #C56AA3. Grayscale: #737373. Windows color (decimal): -12937892 or 6067514. OLE color: 6067514.

HSL color Cylindrical-coordinate representation of color #3A955C: hue angle of 142.42º 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 #3A955C is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5814992-
CMYK0.6100.380.42
HSL142.42º43.96%40.59%-
HSV(B)142.42º61.07%58.43%-
XYZ14.4223.1713.84-
YUV115.29114.8587.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=19.40%
G=49.83%
B=30.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58149920.6100.380.42142.4243.9640.59
Hex3A955C3D0262A8e2c29
Octal7222513475046522165451
Binary111010100101011011100111101010011010101010001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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