Html Css Color HEX #3A4E41 Goblin

📋 copy color: '#3A4E41'

red 58 ◦ green 78 ◦ blue 65

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

Shades of Goblin #3A4E41

Tints of Goblin #3A4E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.81%

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

R = 28.86%
G = 38.81%
B = 32.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#3A4E41 (or 0x3A4E41) is known color: Goblin. HEX triplet: 3A, 4E and 41. RGB value is (58,78,65). Sum of RGB (Red+Green+Blue) = 58+78+65=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E41 is #C5B1BE. Grayscale: #464646. Windows color (decimal): -12956095 or 4279866. OLE color: 4279866.

HSL color Cylindrical-coordinate representation of color #3A4E41: hue angle of 141º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A4E41 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 65 -
CMYK 0.26 0 0.17 0.69
HSL 141º 0.15% 0.27% -
HSV(B) 141º 0.26% 0.31% -
XYZ 5.42 6.73 6.01 -
YUV 70.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 58 78 65 0.26 0 0.17 0.69 141 0.15 0.27
Hex 3A 4E 41 1A 0 11 45 8D F 1B
Octal 72 116 101 32 0 21 105 215 17 33
Binary 111010 1001110 1000001 11010 0 10001 1000101 10001101 1111 11011

Color Harmonies of #3A4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E41

Black with #3A4E41

Text Example


Text Example

White with #3A4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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