#3A946C

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

Shades of Eucalyptus #3A946C

Tints of Eucalyptus #3A946C

Color information

#3A946C (or 0x3A946C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 94 and 6C. RGB value is (58,148,108). Sum of RGB (Red+Green+Blue) = 58+148+108=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #3A946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A946C is #C56B93. Grayscale: #747474. Windows color (decimal): -12938132 or 7115834. OLE color: 7115834.

HSL color Cylindrical-coordinate representation of color #3A946C: hue angle of 153.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A946C is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB58148108-
CMYK0.6100.270.42
HSL153.33º43.69%40.39%-
HSV(B)153.33º60.81%58.04%-
XYZ15.0423.1617.87-
YUV116.53123.1886.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=18.47%
G=47.13%
B=34.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581481080.6100.270.42153.3343.6940.39
Hex3A946C3D01B2A992c28
Octal7222415475033522315450
Binary11101010010100110110011110101101110101010011001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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