Html Css Color HEX #3C5547 Plantation

📋 copy color: '#3C5547'

red 60 ◦ green 85 ◦ blue 71

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

Shades of Plantation #3C5547

Tints of Plantation #3C5547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 27.78%
G = 39.35%
B = 32.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#3C5547 (or 0x3C5547) is known color: Plantation. HEX triplet: 3C, 55 and 47. RGB value is (60,85,71). Sum of RGB (Red+Green+Blue) = 60+85+71=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5547 is #C3AAB8. Grayscale: #4B4B4B. Windows color (decimal): -12823225 or 4674876. OLE color: 4674876.

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

Color convert

RGB 60 85 71 -
CMYK 0.29 0 0.16 0.67
HSL 146.4º 0.17% 0.28% -
HSV(B) 146.4º 0.29% 0.33% -
XYZ 6.25 7.91 7.16 -
YUV 75.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 60 85 71 0.29 0 0.16 0.67 146.4 0.17 0.28
Hex 3C 55 47 1D 0 10 43 92 11 1C
Octal 74 125 107 35 0 20 103 222 21 34
Binary 111100 1010101 1000111 11101 0 10000 1000011 10010010 10001 11100

Color Harmonies of #3C5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5547

Black with #3C5547

Text Example


Text Example

White with #3C5547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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