Html Css Color HEX #3C493F Goblin

📋 copy color: '#3C493F'

red 60 ◦ green 73 ◦ blue 63

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

Shades of Goblin #3C493F

Tints of Goblin #3C493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.14%

R = 30.61%
G = 37.24%
B = 32.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#3C493F (or 0x3C493F) is known color: Goblin. HEX triplet: 3C, 49 and 3F. RGB value is (60,73,63). Sum of RGB (Red+Green+Blue) = 60+73+63=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #3C493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C493F is #C3B6C0. Grayscale: #444444. Windows color (decimal): -12826305 or 4147516. OLE color: 4147516.

HSL color Cylindrical-coordinate representation of color #3C493F: hue angle of 133.85º 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 #3C493F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 63 -
CMYK 0.18 0 0.14 0.71
HSL 133.85º 0.1% 0.26% -
HSV(B) 133.85º 0.18% 0.29% -
XYZ 5.14 6.08 5.61 -
YUV 67.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 60 73 63 0.18 0 0.14 0.71 133.85 0.1 0.26
Hex 3C 49 3F 12 0 E 47 86 A 1A
Octal 74 111 77 22 0 16 107 206 12 32
Binary 111100 1001001 111111 10010 0 1110 1000111 10000110 1010 11010

Color Harmonies of #3C493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C493F

Black with #3C493F

Text Example


Text Example

White with #3C493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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