Html Css Color HEX #3C4D44 Plantation

📋 copy color: '#3C4D44'

red 60 ◦ green 77 ◦ blue 68

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

Shades of Plantation #3C4D44

Tints of Plantation #3C4D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 29.27%
G = 37.56%
B = 33.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#3C4D44 (or 0x3C4D44) is known color: Plantation. HEX triplet: 3C, 4D and 44. RGB value is (60,77,68). Sum of RGB (Red+Green+Blue) = 60+77+68=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D44 is #C3B2BB. Grayscale: #464646. Windows color (decimal): -12825276 or 4476220. OLE color: 4476220.

HSL color Cylindrical-coordinate representation of color #3C4D44: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C4D44 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 77 68 -
CMYK 0.22 0 0.12 0.70
HSL 148.24º 0.12% 0.27% -
HSV(B) 148.24º 0.22% 0.3% -
XYZ 5.56 6.69 6.47 -
YUV 70.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 60 77 68 0.22 0 0.12 0.70 148.24 0.12 0.27
Hex 3C 4D 44 16 0 C 46 94 C 1B
Octal 74 115 104 26 0 14 106 224 14 33
Binary 111100 1001101 1000100 10110 0 1100 1000110 10010100 1100 11011

Color Harmonies of #3C4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4D44

Black with #3C4D44

Text Example


Text Example

White with #3C4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,68); }

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

background-color css

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

 a { background-color: rgb(60,77,68); }

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

border-color css

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

 span { border-color: rgb(60,77,68); }

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