Html Css Color HEX #445247 Goblin

📋 copy color: '#445247'

red 68 ◦ green 82 ◦ blue 71

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

Shades of Goblin #445247

Tints of Goblin #445247

RGB

 RED value IS 68 (26.95% from 255) = 30.77%

 GREEN value IS 82 (32.42% from 255) = 37.1%

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 30.77%
G = 37.1%
B = 32.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#445247 (or 0x445247) is known color: Goblin. HEX triplet: 44, 52 and 47. RGB value is (68,82,71). Sum of RGB (Red+Green+Blue) = 68+82+71=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #445247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445247 is #BBADB8. Grayscale: #4C4C4C. Windows color (decimal): -12299705 or 4674116. OLE color: 4674116.

HSL color Cylindrical-coordinate representation of color #445247: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445247 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 71 -
CMYK 0.17 0 0.13 0.68
HSL 132.86º 0.09% 0.29% -
HSV(B) 132.86º 0.17% 0.32% -
XYZ 6.54 7.72 7.11 -
YUV 76.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 68 82 71 0.17 0 0.13 0.68 132.86 0.09 0.29
Hex 44 52 47 11 0 D 44 85 9 1D
Octal 104 122 107 21 0 15 104 205 11 35
Binary 1000100 1010010 1000111 10001 0 1101 1000100 10000101 1001 11101

Color Harmonies of #445247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445247

Black with #445247

Text Example


Text Example

White with #445247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445247; }

 p { color: rgb(68,82,71); }

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

background-color css

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

 a { background-color: rgb(68,82,71); }

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

border-color css

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

 span { border-color: rgb(68,82,71); }

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