Html Css Color HEX #3C5549 Plantation

📋 copy color: '#3C5549'

red 60 ◦ green 85 ◦ blue 73

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

Shades of Plantation #3C5549

Tints of Plantation #3C5549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 27.52%
G = 38.99%
B = 33.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3C5549 (or 0x3C5549) is known color: Plantation. HEX triplet: 3C, 55 and 49. RGB value is (60,85,73). Sum of RGB (Red+Green+Blue) = 60+85+73=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5549 is #C3AAB6. Grayscale: #4C4C4C. Windows color (decimal): -12823223 or 4805948. OLE color: 4805948.

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

Color convert

RGB 60 85 73 -
CMYK 0.29 0 0.14 0.67
HSL 151.2º 0.17% 0.28% -
HSV(B) 151.2º 0.29% 0.33% -
XYZ 6.31 7.94 7.5 -
YUV 76.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 60 85 73 0.29 0 0.14 0.67 151.2 0.17 0.28
Hex 3C 55 49 1D 0 E 43 97 11 1C
Octal 74 125 111 35 0 16 103 227 21 34
Binary 111100 1010101 1001001 11101 0 1110 1000011 10010111 10001 11100

Color Harmonies of #3C5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5549

Black with #3C5549

Text Example


Text Example

White with #3C5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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