Html Css Color HEX #3C5947 Plantation

📋 copy color: '#3C5947'

red 60 ◦ green 89 ◦ blue 71

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

Shades of Plantation #3C5947

Tints of Plantation #3C5947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 27.27%
G = 40.45%
B = 32.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#3C5947 (or 0x3C5947) is known color: Plantation. HEX triplet: 3C, 59 and 47. RGB value is (60,89,71). Sum of RGB (Red+Green+Blue) = 60+89+71=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5947 is #C3A6B8. Grayscale: #4E4E4E. Windows color (decimal): -12822201 or 4675900. OLE color: 4675900.

HSL color Cylindrical-coordinate representation of color #3C5947: hue angle of 142.76º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5947 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 71 -
CMYK 0.33 0 0.20 0.65
HSL 142.76º 0.19% 0.29% -
HSV(B) 142.76º 0.33% 0.35% -
XYZ 6.57 8.56 7.27 -
YUV 78.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 60 89 71 0.33 0 0.20 0.65 142.76 0.19 0.29
Hex 3C 59 47 21 0 14 41 8F 13 1D
Octal 74 131 107 41 0 24 101 217 23 35
Binary 111100 1011001 1000111 100001 0 10100 1000001 10001111 10011 11101

Color Harmonies of #3C5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5947

Black with #3C5947

Text Example


Text Example

White with #3C5947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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