Html Css Color HEX #3A4941 Goblin

📋 copy color: '#3A4941'

red 58 ◦ green 73 ◦ blue 65

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

Shades of Goblin #3A4941

Tints of Goblin #3A4941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

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

R = 29.59%
G = 37.24%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#3A4941 (or 0x3A4941) is known color: Goblin. HEX triplet: 3A, 49 and 41. RGB value is (58,73,65). Sum of RGB (Red+Green+Blue) = 58+73+65=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4941 is #C5B6BE. Grayscale: #434343. Windows color (decimal): -12957375 or 4278586. OLE color: 4278586.

HSL color Cylindrical-coordinate representation of color #3A4941: hue angle of 148º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A4941 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 73 65 -
CMYK 0.21 0 0.11 0.71
HSL 148º 0.11% 0.26% -
HSV(B) 148º 0.21% 0.29% -
XYZ 5.08 6.05 5.9 -
YUV 67.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 58 73 65 0.21 0 0.11 0.71 148 0.11 0.26
Hex 3A 49 41 15 0 B 47 94 B 1A
Octal 72 111 101 25 0 13 107 224 13 32
Binary 111010 1001001 1000001 10101 0 1011 1000111 10010100 1011 11010

Color Harmonies of #3A4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4941

Black with #3A4941

Text Example


Text Example

White with #3A4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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