Html Css Color HEX #3D4B3F Goblin

📋 copy color: '#3D4B3F'

red 61 ◦ green 75 ◦ blue 63

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

Shades of Goblin #3D4B3F

Tints of Goblin #3D4B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.69%

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

R = 30.65%
G = 37.69%
B = 31.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#3D4B3F (or 0x3D4B3F) is known color: Goblin. HEX triplet: 3D, 4B and 3F. RGB value is (61,75,63). Sum of RGB (Red+Green+Blue) = 61+75+63=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B3F is #C2B4C0. Grayscale: #454545. Windows color (decimal): -12760257 or 4148029. OLE color: 4148029.

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

Color convert

RGB 61 75 63 -
CMYK 0.19 0 0.16 0.71
HSL 128.57º 0.1% 0.27% -
HSV(B) 128.57º 0.19% 0.29% -
XYZ 5.34 6.38 5.65 -
YUV 69.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 61 75 63 0.19 0 0.16 0.71 128.57 0.1 0.27
Hex 3D 4B 3F 13 0 10 47 81 A 1B
Octal 75 113 77 23 0 20 107 201 12 33
Binary 111101 1001011 111111 10011 0 10000 1000111 10000001 1010 11011

Color Harmonies of #3D4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4B3F

Black with #3D4B3F

Text Example


Text Example

White with #3D4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,75,63); }

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

background-color css

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

 a { background-color: rgb(61,75,63); }

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

border-color css

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

 span { border-color: rgb(61,75,63); }

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