#3A965F

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

Shades of Eucalyptus #3A965F

Tints of Eucalyptus #3A965F

Color information

#3A965F (or 0x3A965F) is unknown color: approx Eucalyptus. HEX triplet: 3A, 96 and 5F. RGB value is (58,150,95). Sum of RGB (Red+Green+Blue) = 58+150+95=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #3A965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A965F is #C569A0. Grayscale: #747474. Windows color (decimal): -12937633 or 6264378. OLE color: 6264378.

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

Color convert

RGB5815095-
CMYK0.6100.370.41
HSL144.13º44.23%40.78%-
HSV(B)144.13º61.33%58.82%-
XYZ14.7223.5414.59-
YUV116.22116.0286.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=19.14%
G=49.50%
B=31.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58150950.6100.370.41144.1344.2340.78
Hex3A965F3D02529902c29
Octal7222613775045512205451
Binary111010100101101011111111101010010110100110010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,95); }

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

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

 a { background-color: rgb(58,150,95); }

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

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

 span { border-color: rgb(58,150,95); }

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