Html Css Color HEX #3C4E40 Goblin

📋 copy color: '#3C4E40'

red 60 ◦ green 78 ◦ blue 64

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

Shades of Goblin #3C4E40

Tints of Goblin #3C4E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.61%

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 29.7%
G = 38.61%
B = 31.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#3C4E40 (or 0x3C4E40) is known color: Goblin. HEX triplet: 3C, 4E and 40. RGB value is (60,78,64). Sum of RGB (Red+Green+Blue) = 60+78+64=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #3C4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4E40 is #C3B1BF. Grayscale: #474747. Windows color (decimal): -12825024 or 4214332. OLE color: 4214332.

HSL color Cylindrical-coordinate representation of color #3C4E40: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C4E40 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 78 64 -
CMYK 0.23 0 0.18 0.69
HSL 133.33º 0.13% 0.27% -
HSV(B) 133.33º 0.23% 0.31% -
XYZ 5.51 6.78 5.87 -
YUV 71.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 60 78 64 0.23 0 0.18 0.69 133.33 0.13 0.27
Hex 3C 4E 40 17 0 12 45 85 D 1B
Octal 74 116 100 27 0 22 105 205 15 33
Binary 111100 1001110 1000000 10111 0 10010 1000101 10000101 1101 11011

Color Harmonies of #3C4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4E40

Black with #3C4E40

Text Example


Text Example

White with #3C4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,78,64); }

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

background-color css

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

 a { background-color: rgb(60,78,64); }

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

border-color css

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

 span { border-color: rgb(60,78,64); }

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