Html Css Color HEX #3D5D46 Goblin

📋 copy color: '#3D5D46'

red 61 ◦ green 93 ◦ blue 70

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

Shades of Goblin #3D5D46

Tints of Goblin #3D5D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 27.23%
G = 41.52%
B = 31.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#3D5D46 (or 0x3D5D46) is known color: Goblin. HEX triplet: 3D, 5D and 46. RGB value is (61,93,70). Sum of RGB (Red+Green+Blue) = 61+93+70=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D46 is #C2A2B9. Grayscale: #505050. Windows color (decimal): -12755642 or 4611389. OLE color: 4611389.

HSL color Cylindrical-coordinate representation of color #3D5D46: hue angle of 136.88º 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 #3D5D46 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 93 70 -
CMYK 0.34 0 0.25 0.64
HSL 136.88º 0.21% 0.3% -
HSV(B) 136.88º 0.34% 0.36% -
XYZ 6.94 9.26 7.22 -
YUV 80.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 61 93 70 0.34 0 0.25 0.64 136.88 0.21 0.3
Hex 3D 5D 46 22 0 19 40 89 15 1E
Octal 75 135 106 42 0 31 100 211 25 36
Binary 111101 1011101 1000110 100010 0 11001 1000000 10001001 10101 11110

Color Harmonies of #3D5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5D46

Black with #3D5D46

Text Example


Text Example

White with #3D5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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