#3C5A49

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

Shades of Plantation #3C5A49

Tints of Plantation #3C5A49

Color information

#3C5A49 (or 0x3C5A49) is unknown color: approx Plantation. HEX triplet: 3C, 5A and 49. RGB value is (60,90,73). Sum of RGB (Red+Green+Blue) = 60+90+73=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A49 is #C3A5B6. Grayscale: #4F4F4F. Windows color (decimal): -12821943 or 4807228. OLE color: 4807228.

HSL color Cylindrical-coordinate representation of color #3C5A49: hue angle of 146º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5A49 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB609073-
CMYK0.3300.190.65
HSL146º20%29.41%-
HSV(B)146º33.33%35.29%-
XYZ6.728.757.64-
YUV79.09124.56114.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=26.91%
G=40.36%
B=32.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6090730.3300.190.651462029.41
Hex3C5A49210134192141d
Octal74132111410231012222435
Binary111100101101010010011000010100111000001100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,90,73); }

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

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

 a { background-color: rgb(60,90,73); }

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

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

 span { border-color: rgb(60,90,73); }

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