Html Css Color HEX #3B4E41 Goblin

📋 copy color: '#3B4E41'

red 59 ◦ green 78 ◦ blue 65

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

Shades of Goblin #3B4E41

Tints of Goblin #3B4E41

RGB

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

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

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

R = 29.21%
G = 38.61%
B = 32.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#3B4E41 (or 0x3B4E41) is known color: Goblin. HEX triplet: 3B, 4E and 41. RGB value is (59,78,65). Sum of RGB (Red+Green+Blue) = 59+78+65=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E41 is #C4B1BE. Grayscale: #464646. Windows color (decimal): -12890559 or 4279867. OLE color: 4279867.

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

Color convert

RGB 59 78 65 -
CMYK 0.24 0 0.17 0.69
HSL 138.95º 0.14% 0.27% -
HSV(B) 138.95º 0.24% 0.31% -
XYZ 5.48 6.76 6.02 -
YUV 70.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 59 78 65 0.24 0 0.17 0.69 138.95 0.14 0.27
Hex 3B 4E 41 18 0 11 45 8B E 1B
Octal 73 116 101 30 0 21 105 213 16 33
Binary 111011 1001110 1000001 11000 0 10001 1000101 10001011 1110 11011

Color Harmonies of #3B4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4E41

Black with #3B4E41

Text Example


Text Example

White with #3B4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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