Html Css Color HEX #3C4941 Goblin

📋 copy color: '#3C4941'

red 60 ◦ green 73 ◦ blue 65

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

Shades of Goblin #3C4941

Tints of Goblin #3C4941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 30.3%
G = 36.87%
B = 32.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#3C4941 (or 0x3C4941) is known color: Goblin. HEX triplet: 3C, 49 and 41. RGB value is (60,73,65). Sum of RGB (Red+Green+Blue) = 60+73+65=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4941 is #C3B6BE. Grayscale: #444444. Windows color (decimal): -12826303 or 4278588. OLE color: 4278588.

HSL color Cylindrical-coordinate representation of color #3C4941: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C4941 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 65 -
CMYK 0.18 0 0.11 0.71
HSL 143.08º 0.1% 0.26% -
HSV(B) 143.08º 0.18% 0.29% -
XYZ 5.2 6.11 5.91 -
YUV 68.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 60 73 65 0.18 0 0.11 0.71 143.08 0.1 0.26
Hex 3C 49 41 12 0 B 47 8F A 1A
Octal 74 111 101 22 0 13 107 217 12 32
Binary 111100 1001001 1000001 10010 0 1011 1000111 10001111 1010 11010

Color Harmonies of #3C4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4941

Black with #3C4941

Text Example


Text Example

White with #3C4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,65); }

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

background-color css

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

 a { background-color: rgb(60,73,65); }

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

border-color css

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

 span { border-color: rgb(60,73,65); }

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