#3A965D

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

Shades of Eucalyptus #3A965D

Tints of Eucalyptus #3A965D

Color information

#3A965D (or 0x3A965D) is unknown color: approx Eucalyptus. HEX triplet: 3A, 96 and 5D. RGB value is (58,150,93). Sum of RGB (Red+Green+Blue) = 58+150+93=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #3A965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A965D is #C569A2. Grayscale: #747474. Windows color (decimal): -12937635 or 6133306. OLE color: 6133306.

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

Color convert

RGB5815093-
CMYK0.6100.380.41
HSL142.83º44.23%40.78%-
HSV(B)142.83º61.33%58.82%-
XYZ14.6323.514.12-
YUV115.99115.0286.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=19.27%
G=49.83%
B=30.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58150930.6100.380.41142.8344.2340.78
Hex3A965D3D026298f2c29
Octal7222613575046512175451
Binary111010100101101011101111101010011010100110001111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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