#3C5448

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

Shades of Plantation #3C5448

Tints of Plantation #3C5448

Color information

#3C5448 (or 0x3C5448) is unknown color: approx Plantation. HEX triplet: 3C, 54 and 48. RGB value is (60,84,72). Sum of RGB (Red+Green+Blue) = 60+84+72=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5448 is #C3ABB7. Grayscale: #4B4B4B. Windows color (decimal): -12823480 or 4740156. OLE color: 4740156.

HSL color Cylindrical-coordinate representation of color #3C5448: hue angle of 150º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5448 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB608472-
CMYK0.2900.140.67
HSL150º16.67%28.24%-
HSV(B)150º28.57%32.94%-
XYZ6.27.777.3-
YUV75.46126.05116.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084720.2900.140.6715016.6728.24
Hex3C54481D0E4396111c
Octal74124110350161032262134
Binary1111001010100100100011101011101000011100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,72); }

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

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

 a { background-color: rgb(60,84,72); }

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

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

 span { border-color: rgb(60,84,72); }

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