Html Css Color HEX #3C5249 Plantation

📋 copy color: '#3C5249'

red 60 ◦ green 82 ◦ blue 73

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

Shades of Plantation #3C5249

Tints of Plantation #3C5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 27.91%
G = 38.14%
B = 33.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#3C5249 (or 0x3C5249) is known color: Plantation. HEX triplet: 3C, 52 and 49. RGB value is (60,82,73). Sum of RGB (Red+Green+Blue) = 60+82+73=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5249 is #C3ADB6. Grayscale: #4A4A4A. Windows color (decimal): -12823991 or 4805180. OLE color: 4805180.

HSL color Cylindrical-coordinate representation of color #3C5249: hue angle of 155.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C5249 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 73 -
CMYK 0.27 0 0.11 0.68
HSL 155.45º 0.15% 0.28% -
HSV(B) 155.45º 0.27% 0.32% -
XYZ 6.08 7.48 7.43 -
YUV 74.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 60 82 73 0.27 0 0.11 0.68 155.45 0.15 0.28
Hex 3C 52 49 1B 0 B 44 9B F 1C
Octal 74 122 111 33 0 13 104 233 17 34
Binary 111100 1010010 1001001 11011 0 1011 1000100 10011011 1111 11100

Color Harmonies of #3C5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5249

Black with #3C5249

Text Example


Text Example

White with #3C5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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