Html Css Color HEX #3C5247 Plantation

📋 copy color: '#3C5247'

red 60 ◦ green 82 ◦ blue 71

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

Shades of Plantation #3C5247

Tints of Plantation #3C5247

RGB

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

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

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

R = 28.17%
G = 38.5%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#3C5247 (or 0x3C5247) is known color: Plantation. HEX triplet: 3C, 52 and 47. RGB value is (60,82,71). Sum of RGB (Red+Green+Blue) = 60+82+71=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5247 is #C3ADB8. Grayscale: #4A4A4A. Windows color (decimal): -12823993 or 4674108. OLE color: 4674108.

HSL color Cylindrical-coordinate representation of color #3C5247: hue angle of 150º 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 #3C5247 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 71 -
CMYK 0.27 0 0.13 0.68
HSL 150º 0.15% 0.28% -
HSV(B) 150º 0.27% 0.32% -
XYZ 6.02 7.45 7.08 -
YUV 74.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 60 82 71 0.27 0 0.13 0.68 150 0.15 0.28
Hex 3C 52 47 1B 0 D 44 96 F 1C
Octal 74 122 107 33 0 15 104 226 17 34
Binary 111100 1010010 1000111 11011 0 1101 1000100 10010110 1111 11100

Color Harmonies of #3C5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5247

Black with #3C5247

Text Example


Text Example

White with #3C5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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