Html Css Color HEX #3D5D47 Goblin

📋 copy color: '#3D5D47'

red 61 ◦ green 93 ◦ blue 71

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

Shades of Goblin #3D5D47

Tints of Goblin #3D5D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.33%

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 27.11%
G = 41.33%
B = 31.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#3D5D47 (or 0x3D5D47) is known color: Goblin. HEX triplet: 3D, 5D and 47. RGB value is (61,93,71). Sum of RGB (Red+Green+Blue) = 61+93+71=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D47 is #C2A2B8. Grayscale: #505050. Windows color (decimal): -12755641 or 4676925. OLE color: 4676925.

HSL color Cylindrical-coordinate representation of color #3D5D47: hue angle of 138.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5D47 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 93 71 -
CMYK 0.34 0 0.24 0.64
HSL 138.75º 0.21% 0.3% -
HSV(B) 138.75º 0.34% 0.36% -
XYZ 6.98 9.28 7.38 -
YUV 80.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 61 93 71 0.34 0 0.24 0.64 138.75 0.21 0.3
Hex 3D 5D 47 22 0 18 40 8B 15 1E
Octal 75 135 107 42 0 30 100 213 25 36
Binary 111101 1011101 1000111 100010 0 11000 1000000 10001011 10101 11110

Color Harmonies of #3D5D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5D47

Black with #3D5D47

Text Example


Text Example

White with #3D5D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,93,71); }

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

background-color css

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

 a { background-color: rgb(61,93,71); }

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

border-color css

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

 span { border-color: rgb(61,93,71); }

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