Html Css Color HEX #3B4F42 Goblin

📋 copy color: '#3B4F42'

red 59 ◦ green 79 ◦ blue 66

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

Shades of Goblin #3B4F42

Tints of Goblin #3B4F42

RGB

 RED value IS 59 (23.44% from 255) = 28.92%

 GREEN value IS 79 (31.25% from 255) = 38.73%

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

R = 28.92%
G = 38.73%
B = 32.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#3B4F42 (or 0x3B4F42) is known color: Goblin. HEX triplet: 3B, 4F and 42. RGB value is (59,79,66). Sum of RGB (Red+Green+Blue) = 59+79+66=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F42 is #C4B0BD. Grayscale: #474747. Windows color (decimal): -12890302 or 4345659. OLE color: 4345659.

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

Color convert

RGB 59 79 66 -
CMYK 0.25 0 0.16 0.69
HSL 141º 0.14% 0.27% -
HSV(B) 141º 0.25% 0.31% -
XYZ 5.58 6.92 6.19 -
YUV 71.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 59 79 66 0.25 0 0.16 0.69 141 0.14 0.27
Hex 3B 4F 42 19 0 10 45 8D E 1B
Octal 73 117 102 31 0 20 105 215 16 33
Binary 111011 1001111 1000010 11001 0 10000 1000101 10001101 1110 11011

Color Harmonies of #3B4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F42

Black with #3B4F42

Text Example


Text Example

White with #3B4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,79,66); }

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

background-color css

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

 a { background-color: rgb(59,79,66); }

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

border-color css

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

 span { border-color: rgb(59,79,66); }

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