Html Css Color HEX #3B4F40 Goblin

📋 copy color: '#3B4F40'

red 59 ◦ green 79 ◦ blue 64

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

Shades of Goblin #3B4F40

Tints of Goblin #3B4F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 29.21%
G = 39.11%
B = 31.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#3B4F40 (or 0x3B4F40) is known color: Goblin. HEX triplet: 3B, 4F and 40. RGB value is (59,79,64). Sum of RGB (Red+Green+Blue) = 59+79+64=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F40 is #C4B0BF. Grayscale: #474747. Windows color (decimal): -12890304 or 4214587. OLE color: 4214587.

HSL color Cylindrical-coordinate representation of color #3B4F40: hue angle of 135º 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 #3B4F40 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 79 64 -
CMYK 0.25 0 0.19 0.69
HSL 135º 0.14% 0.27% -
HSV(B) 135º 0.25% 0.31% -
XYZ 5.53 6.89 5.89 -
YUV 71.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 59 79 64 0.25 0 0.19 0.69 135 0.14 0.27
Hex 3B 4F 40 19 0 13 45 87 E 1B
Octal 73 117 100 31 0 23 105 207 16 33
Binary 111011 1001111 1000000 11001 0 10011 1000101 10000111 1110 11011

Color Harmonies of #3B4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F40

Black with #3B4F40

Text Example


Text Example

White with #3B4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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