Html Css Color HEX #3C5747 Plantation

📋 copy color: '#3C5747'

red 60 ◦ green 87 ◦ blue 71

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

Shades of Plantation #3C5747

Tints of Plantation #3C5747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

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

R = 27.52%
G = 39.91%
B = 32.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#3C5747 (or 0x3C5747) is known color: Plantation. HEX triplet: 3C, 57 and 47. RGB value is (60,87,71). Sum of RGB (Red+Green+Blue) = 60+87+71=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #3C5747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5747 is #C3A8B8. Grayscale: #4D4D4D. Windows color (decimal): -12822713 or 4675388. OLE color: 4675388.

HSL color Cylindrical-coordinate representation of color #3C5747: hue angle of 144.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C5747 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 87 71 -
CMYK 0.31 0 0.18 0.66
HSL 144.44º 0.18% 0.29% -
HSV(B) 144.44º 0.31% 0.34% -
XYZ 6.41 8.23 7.21 -
YUV 77.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 60 87 71 0.31 0 0.18 0.66 144.44 0.18 0.29
Hex 3C 57 47 1F 0 12 42 90 12 1D
Octal 74 127 107 37 0 22 102 220 22 35
Binary 111100 1010111 1000111 11111 0 10010 1000010 10010000 10010 11101

Color Harmonies of #3C5747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5747

Black with #3C5747

Text Example


Text Example

White with #3C5747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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