Html Css Color HEX #3D5341 Goblin

📋 copy color: '#3D5341'

red 61 ◦ green 83 ◦ blue 65

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

Shades of Goblin #3D5341

Tints of Goblin #3D5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 29.19%
G = 39.71%
B = 31.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3D5341 (or 0x3D5341) is known color: Goblin. HEX triplet: 3D, 53 and 41. RGB value is (61,83,65). Sum of RGB (Red+Green+Blue) = 61+83+65=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5341 is #C2ACBE. Grayscale: #4A4A4A. Windows color (decimal): -12758207 or 4281149. OLE color: 4281149.

HSL color Cylindrical-coordinate representation of color #3D5341: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5341 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 65 -
CMYK 0.27 0 0.22 0.67
HSL 130.91º 0.15% 0.28% -
HSV(B) 130.91º 0.27% 0.33% -
XYZ 5.97 7.56 6.15 -
YUV 74.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 61 83 65 0.27 0 0.22 0.67 130.91 0.15 0.28
Hex 3D 53 41 1B 0 16 43 83 F 1C
Octal 75 123 101 33 0 26 103 203 17 34
Binary 111101 1010011 1000001 11011 0 10110 1000011 10000011 1111 11100

Color Harmonies of #3D5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5341

Black with #3D5341

Text Example


Text Example

White with #3D5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,83,65); }

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

background-color css

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

 a { background-color: rgb(61,83,65); }

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

border-color css

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

 span { border-color: rgb(61,83,65); }

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