#3B945C

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

Shades of Eucalyptus #3B945C

Tints of Eucalyptus #3B945C

Color information

#3B945C (or 0x3B945C) is unknown color: approx Eucalyptus. HEX triplet: 3B, 94 and 5C. RGB value is (59,148,92). Sum of RGB (Red+Green+Blue) = 59+148+92=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #3B945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B945C is #C46BA3. Grayscale: #737373. Windows color (decimal): -12872612 or 6067259. OLE color: 6067259.

HSL color Cylindrical-coordinate representation of color #3B945C: hue angle of 142.25º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B945C is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5914892-
CMYK0.6000.380.42
HSL142.25º43%40.59%-
HSV(B)142.25º60.14%58.04%-
XYZ14.3322.8813.79-
YUV115115.0188.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=19.73%
G=49.50%
B=30.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59148920.6000.380.42142.254340.59
Hex3B945C3C0262A8e2b29
Octal7322413474046522165351
Binary111011100101001011100111100010011010101010001110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,148,92); }

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

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

 a { background-color: rgb(59,148,92); }

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

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

 span { border-color: rgb(59,148,92); }

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