Html Css Color HEX #3C5246 Plantation

📋 copy color: '#3C5246'

red 60 ◦ green 82 ◦ blue 70

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

Shades of Plantation #3C5246

Tints of Plantation #3C5246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 28.3%
G = 38.68%
B = 33.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#3C5246 (or 0x3C5246) is known color: Plantation. HEX triplet: 3C, 52 and 46. RGB value is (60,82,70). Sum of RGB (Red+Green+Blue) = 60+82+70=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5246 is #C3ADB9. Grayscale: #4A4A4A. Windows color (decimal): -12823994 or 4608572. OLE color: 4608572.

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

Color convert

RGB 60 82 70 -
CMYK 0.27 0 0.15 0.68
HSL 147.27º 0.15% 0.28% -
HSV(B) 147.27º 0.27% 0.32% -
XYZ 5.99 7.44 6.91 -
YUV 74.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 60 82 70 0.27 0 0.15 0.68 147.27 0.15 0.28
Hex 3C 52 46 1B 0 F 44 93 F 1C
Octal 74 122 106 33 0 17 104 223 17 34
Binary 111100 1010010 1000110 11011 0 1111 1000100 10010011 1111 11100

Color Harmonies of #3C5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5246

Black with #3C5246

Text Example


Text Example

White with #3C5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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