Html Css Color HEX #3C483F Goblin

📋 copy color: '#3C483F'

red 60 ◦ green 72 ◦ blue 63

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

Shades of Goblin #3C483F

Tints of Goblin #3C483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

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

R = 30.77%
G = 36.92%
B = 32.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#3C483F (or 0x3C483F) is known color: Goblin. HEX triplet: 3C, 48 and 3F. RGB value is (60,72,63). Sum of RGB (Red+Green+Blue) = 60+72+63=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #3C483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C483F is #C3B7C0. Grayscale: #434343. Windows color (decimal): -12826561 or 4147260. OLE color: 4147260.

HSL color Cylindrical-coordinate representation of color #3C483F: hue angle of 135º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C483F is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 63 -
CMYK 0.17 0 0.12 0.72
HSL 135º 0.09% 0.26% -
HSV(B) 135º 0.17% 0.28% -
XYZ 5.08 5.95 5.58 -
YUV 67.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 60 72 63 0.17 0 0.12 0.72 135 0.09 0.26
Hex 3C 48 3F 11 0 C 48 87 9 1A
Octal 74 110 77 21 0 14 110 207 11 32
Binary 111100 1001000 111111 10001 0 1100 1001000 10000111 1001 11010

Color Harmonies of #3C483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C483F

Black with #3C483F

Text Example


Text Example

White with #3C483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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