Html Css Color HEX #445147 Goblin

📋 copy color: '#445147'

red 68 ◦ green 81 ◦ blue 71

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

Shades of Goblin #445147

Tints of Goblin #445147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.82%

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

R = 30.91%
G = 36.82%
B = 32.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#445147 (or 0x445147) is known color: Goblin. HEX triplet: 44, 51 and 47. RGB value is (68,81,71). Sum of RGB (Red+Green+Blue) = 68+81+71=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #445147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445147 is #BBAEB8. Grayscale: #4C4C4C. Windows color (decimal): -12299961 or 4673860. OLE color: 4673860.

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

Color convert

RGB 68 81 71 -
CMYK 0.16 0 0.12 0.68
HSL 133.85º 0.09% 0.29% -
HSV(B) 133.85º 0.16% 0.32% -
XYZ 6.46 7.57 7.08 -
YUV 75.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 68 81 71 0.16 0 0.12 0.68 133.85 0.09 0.29
Hex 44 51 47 10 0 C 44 86 9 1D
Octal 104 121 107 20 0 14 104 206 11 35
Binary 1000100 1010001 1000111 10000 0 1100 1000100 10000110 1001 11101

Color Harmonies of #445147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445147

Black with #445147

Text Example


Text Example

White with #445147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445147; }

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

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

background-color css

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

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

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

border-color css

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

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

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