#3C946A

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

Shades of Eucalyptus #3C946A

Tints of Eucalyptus #3C946A

Color information

#3C946A (or 0x3C946A) is unknown color: approx Eucalyptus. HEX triplet: 3C, 94 and 6A. RGB value is (60,148,106). Sum of RGB (Red+Green+Blue) = 60+148+106=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #3C946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C946A is #C36B95. Grayscale: #747474. Windows color (decimal): -12807062 or 6984764. OLE color: 6984764.

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

Color convert

RGB60148106-
CMYK0.5900.280.42
HSL151.36º42.31%40.78%-
HSV(B)151.36º59.46%58.04%-
XYZ15.0523.1817.32-
YUV116.9121.8587.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=19.11%
G=47.13%
B=33.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601481060.5900.280.42151.3642.3140.78
Hex3C946A3B01C2A972a29
Octal7422415273034522275251
Binary11110010010100110101011101101110010101010010111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,148,106); }

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

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

 a { background-color: rgb(60,148,106); }

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

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

 span { border-color: rgb(60,148,106); }

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