Html Css Color HEX #3B5544 Goblin

📋 copy color: '#3B5544'

red 59 ◦ green 85 ◦ blue 68

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

Shades of Goblin #3B5544

Tints of Goblin #3B5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 27.83%
G = 40.09%
B = 32.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#3B5544 (or 0x3B5544) is known color: Goblin. HEX triplet: 3B, 55 and 44. RGB value is (59,85,68). Sum of RGB (Red+Green+Blue) = 59+85+68=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5544 is #C4AABB. Grayscale: #4B4B4B. Windows color (decimal): -12888764 or 4478267. OLE color: 4478267.

HSL color Cylindrical-coordinate representation of color #3B5544: hue angle of 140.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B5544 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 85 68 -
CMYK 0.31 0 0.20 0.67
HSL 140.77º 0.18% 0.28% -
HSV(B) 140.77º 0.31% 0.33% -
XYZ 6.1 7.84 6.66 -
YUV 75.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 59 85 68 0.31 0 0.20 0.67 140.77 0.18 0.28
Hex 3B 55 44 1F 0 14 43 8D 12 1C
Octal 73 125 104 37 0 24 103 215 22 34
Binary 111011 1010101 1000100 11111 0 10100 1000011 10001101 10010 11100

Color Harmonies of #3B5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5544

Black with #3B5544

Text Example


Text Example

White with #3B5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,68); }

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

background-color css

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

 a { background-color: rgb(59,85,68); }

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

border-color css

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

 span { border-color: rgb(59,85,68); }

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