Html Css Color HEX #3B4C40 Goblin

📋 copy color: '#3B4C40'

red 59 ◦ green 76 ◦ blue 64

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

Shades of Goblin #3B4C40

Tints of Goblin #3B4C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.19%

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

R = 29.65%
G = 38.19%
B = 32.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#3B4C40 (or 0x3B4C40) is known color: Goblin. HEX triplet: 3B, 4C and 40. RGB value is (59,76,64). Sum of RGB (Red+Green+Blue) = 59+76+64=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4C40 is #C4B3BF. Grayscale: #454545. Windows color (decimal): -12891072 or 4213819. OLE color: 4213819.

HSL color Cylindrical-coordinate representation of color #3B4C40: hue angle of 137.65º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B4C40 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 76 64 -
CMYK 0.22 0 0.16 0.70
HSL 137.65º 0.13% 0.26% -
HSV(B) 137.65º 0.22% 0.3% -
XYZ 5.31 6.47 5.82 -
YUV 69.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 59 76 64 0.22 0 0.16 0.70 137.65 0.13 0.26
Hex 3B 4C 40 16 0 10 46 8A D 1A
Octal 73 114 100 26 0 20 106 212 15 32
Binary 111011 1001100 1000000 10110 0 10000 1000110 10001010 1101 11010

Color Harmonies of #3B4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C40

Black with #3B4C40

Text Example


Text Example

White with #3B4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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