Html Css Color HEX #3C5548 Plantation

📋 copy color: '#3C5548'

red 60 ◦ green 85 ◦ blue 72

#3C5548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #3C5548

Tints of Plantation #3C5548

RGB

 RED value IS 60 (23.83% from 255) = 27.65%

 GREEN value IS 85 (33.59% from 255) = 39.17%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 27.65%
G = 39.17%
B = 33.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#3C5548 (or 0x3C5548) is known color: Plantation. HEX triplet: 3C, 55 and 48. RGB value is (60,85,72). Sum of RGB (Red+Green+Blue) = 60+85+72=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5548 is #C3AAB7. Grayscale: #4C4C4C. Windows color (decimal): -12823224 or 4740412. OLE color: 4740412.

HSL color Cylindrical-coordinate representation of color #3C5548: hue angle of 148.8º 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 #3C5548 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 72 -
CMYK 0.29 0 0.15 0.67
HSL 148.8º 0.17% 0.28% -
HSV(B) 148.8º 0.29% 0.33% -
XYZ 6.28 7.93 7.33 -
YUV 76.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 60 85 72 0.29 0 0.15 0.67 148.8 0.17 0.28
Hex 3C 55 48 1D 0 F 43 95 11 1C
Octal 74 125 110 35 0 17 103 225 21 34
Binary 111100 1010101 1001000 11101 0 1111 1000011 10010101 10001 11100

Color Harmonies of #3C5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5548

Black with #3C5548

Text Example


Text Example

White with #3C5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C5548;
 }
 .AnyTagClassName
 {
   color: #3C5548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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