#3B946C

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

Shades of Eucalyptus #3B946C

Tints of Eucalyptus #3B946C

Color information

#3B946C (or 0x3B946C) is unknown color: approx Eucalyptus. HEX triplet: 3B, 94 and 6C. RGB value is (59,148,108). Sum of RGB (Red+Green+Blue) = 59+148+108=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #3B946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B946C is #C46B93. Grayscale: #747474. Windows color (decimal): -12872596 or 7115835. OLE color: 7115835.

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

Color convert

RGB59148108-
CMYK0.6000.270.42
HSL153.03º43%40.59%-
HSV(B)153.03º60.14%58.04%-
XYZ15.123.1917.87-
YUV116.83123.0186.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=18.73%
G=46.98%
B=34.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591481080.6000.270.42153.034340.59
Hex3B946C3C01B2A992b29
Octal7322415474033522315351
Binary11101110010100110110011110001101110101010011001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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