Html Css Color HEX #3D5040 Goblin

📋 copy color: '#3D5040'

red 61 ◦ green 80 ◦ blue 64

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

Shades of Goblin #3D5040

Tints of Goblin #3D5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 29.76%
G = 39.02%
B = 31.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#3D5040 (or 0x3D5040) is known color: Goblin. HEX triplet: 3D, 50 and 40. RGB value is (61,80,64). Sum of RGB (Red+Green+Blue) = 61+80+64=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5040 is #C2AFBF. Grayscale: #484848. Windows color (decimal): -12758976 or 4214845. OLE color: 4214845.

HSL color Cylindrical-coordinate representation of color #3D5040: hue angle of 129.47º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5040 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 80 64 -
CMYK 0.24 0 0.20 0.69
HSL 129.47º 0.13% 0.28% -
HSV(B) 129.47º 0.24% 0.31% -
XYZ 5.72 7.1 5.92 -
YUV 72.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 61 80 64 0.24 0 0.20 0.69 129.47 0.13 0.28
Hex 3D 50 40 18 0 14 45 81 D 1C
Octal 75 120 100 30 0 24 105 201 15 34
Binary 111101 1010000 1000000 11000 0 10100 1000101 10000001 1101 11100

Color Harmonies of #3D5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5040

Black with #3D5040

Text Example


Text Example

White with #3D5040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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