#3C4D44

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

Shades of Plantation #3C4D44

Tints of Plantation #3C4D44

Color information

#3C4D44 (or 0x3C4D44) is unknown color: approx Plantation. HEX triplet: 3C, 4D and 44. RGB value is (60,77,68). Sum of RGB (Red+Green+Blue) = 60+77+68=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D44 is #C3B2BB. Grayscale: #464646. Windows color (decimal): -12825276 or 4476220. OLE color: 4476220.

HSL color Cylindrical-coordinate representation of color #3C4D44: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C4D44 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB607768-
CMYK0.2200.120.70
HSL148.24º12.41%26.86%-
HSV(B)148.24º22.08%30.2%-
XYZ5.566.696.47-
YUV70.89126.37120.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=29.27%
G=37.56%
B=33.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6077680.2200.120.70148.2412.4126.86
Hex3C4D44160C4694c1b
Octal74115104260141062241433
Binary111100100110110001001011001100100011010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,77,68); }

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

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

 a { background-color: rgb(60,77,68); }

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

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

 span { border-color: rgb(60,77,68); }

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