Html Css Color HEX #3A5042 Goblin

📋 copy color: '#3A5042'

red 58 ◦ green 80 ◦ blue 66

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

Shades of Goblin #3A5042

Tints of Goblin #3A5042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 28.43%
G = 39.22%
B = 32.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#3A5042 (or 0x3A5042) is known color: Goblin. HEX triplet: 3A, 50 and 42. RGB value is (58,80,66). Sum of RGB (Red+Green+Blue) = 58+80+66=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5042 is #C5AFBD. Grayscale: #474747. Windows color (decimal): -12955582 or 4345914. OLE color: 4345914.

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

Color convert

RGB 58 80 66 -
CMYK 0.28 0 0.17 0.69
HSL 141.82º 0.16% 0.27% -
HSV(B) 141.82º 0.28% 0.31% -
XYZ 5.6 7.03 6.22 -
YUV 71.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 58 80 66 0.28 0 0.17 0.69 141.82 0.16 0.27
Hex 3A 50 42 1C 0 11 45 8E 10 1B
Octal 72 120 102 34 0 21 105 216 20 33
Binary 111010 1010000 1000010 11100 0 10001 1000101 10001110 10000 11011

Color Harmonies of #3A5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5042

Black with #3A5042

Text Example


Text Example

White with #3A5042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,66); }

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

background-color css

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

 a { background-color: rgb(58,80,66); }

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

border-color css

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

 span { border-color: rgb(58,80,66); }

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