Html Css Color HEX #3D4C40 Goblin

📋 copy color: '#3D4C40'

red 61 ◦ green 76 ◦ blue 64

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

Shades of Goblin #3D4C40

Tints of Goblin #3D4C40

RGB

 RED value IS 61 (24.22% from 255) = 30.35%

 GREEN value IS 76 (30.08% from 255) = 37.81%

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

R = 30.35%
G = 37.81%
B = 31.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#3D4C40 (or 0x3D4C40) is known color: Goblin. HEX triplet: 3D, 4C and 40. RGB value is (61,76,64). Sum of RGB (Red+Green+Blue) = 61+76+64=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C40 is #C2B3BF. Grayscale: #464646. Windows color (decimal): -12760000 or 4213821. OLE color: 4213821.

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

Color convert

RGB 61 76 64 -
CMYK 0.20 0 0.16 0.70
HSL 132º 0.11% 0.27% -
HSV(B) 132º 0.2% 0.3% -
XYZ 5.43 6.53 5.82 -
YUV 70.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 61 76 64 0.20 0 0.16 0.70 132 0.11 0.27
Hex 3D 4C 40 14 0 10 46 84 B 1B
Octal 75 114 100 24 0 20 106 204 13 33
Binary 111101 1001100 1000000 10100 0 10000 1000110 10000100 1011 11011

Color Harmonies of #3D4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4C40

Black with #3D4C40

Text Example


Text Example

White with #3D4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,76,64); }

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

background-color css

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

 a { background-color: rgb(61,76,64); }

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

border-color css

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

 span { border-color: rgb(61,76,64); }

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