Html Css Color HEX #3A4D41 Goblin

📋 copy color: '#3A4D41'

red 58 ◦ green 77 ◦ blue 65

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

Shades of Goblin #3A4D41

Tints of Goblin #3A4D41

RGB

 RED value IS 58 (23.05% from 255) = 29%

 GREEN value IS 77 (30.47% from 255) = 38.5%

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

R = 29%
G = 38.5%
B = 32.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#3A4D41 (or 0x3A4D41) is known color: Goblin. HEX triplet: 3A, 4D and 41. RGB value is (58,77,65). Sum of RGB (Red+Green+Blue) = 58+77+65=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D41 is #C5B2BE. Grayscale: #454545. Windows color (decimal): -12956351 or 4279610. OLE color: 4279610.

HSL color Cylindrical-coordinate representation of color #3A4D41: hue angle of 142.11º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4D41 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 77 65 -
CMYK 0.25 0 0.16 0.70
HSL 142.11º 0.14% 0.26% -
HSV(B) 142.11º 0.25% 0.3% -
XYZ 5.35 6.59 5.99 -
YUV 69.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 58 77 65 0.25 0 0.16 0.70 142.11 0.14 0.26
Hex 3A 4D 41 19 0 10 46 8E E 1A
Octal 72 115 101 31 0 20 106 216 16 32
Binary 111010 1001101 1000001 11001 0 10000 1000110 10001110 1110 11010

Color Harmonies of #3A4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4D41

Black with #3A4D41

Text Example


Text Example

White with #3A4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,77,65); }

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

background-color css

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

 a { background-color: rgb(58,77,65); }

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

border-color css

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

 span { border-color: rgb(58,77,65); }

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