Html Css Color HEX #445047 Goblin

📋 copy color: '#445047'

red 68 ◦ green 80 ◦ blue 71

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

Shades of Goblin #445047

Tints of Goblin #445047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 31.05%
G = 36.53%
B = 32.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#445047 (or 0x445047) is known color: Goblin. HEX triplet: 44, 50 and 47. RGB value is (68,80,71). Sum of RGB (Red+Green+Blue) = 68+80+71=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #445047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445047 is #BBAFB8. Grayscale: #4B4B4B. Windows color (decimal): -12300217 or 4673604. OLE color: 4673604.

HSL color Cylindrical-coordinate representation of color #445047: hue angle of 135º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #445047 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 71 -
CMYK 0.15 0 0.11 0.69
HSL 135º 0.08% 0.29% -
HSV(B) 135º 0.15% 0.31% -
XYZ 6.39 7.42 7.06 -
YUV 75.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 68 80 71 0.15 0 0.11 0.69 135 0.08 0.29
Hex 44 50 47 F 0 B 45 87 8 1D
Octal 104 120 107 17 0 13 105 207 10 35
Binary 1000100 1010000 1000111 1111 0 1011 1000101 10000111 1000 11101

Color Harmonies of #445047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445047

Black with #445047

Text Example


Text Example

White with #445047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445047; }

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

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

background-color css

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

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

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

border-color css

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

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

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