Html Css Color HEX #445448 Goblin

📋 copy color: '#445448'

red 68 ◦ green 84 ◦ blue 72

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

Shades of Goblin #445448

Tints of Goblin #445448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 30.36%
G = 37.5%
B = 32.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#445448 (or 0x445448) is known color: Goblin. HEX triplet: 44, 54 and 48. RGB value is (68,84,72). Sum of RGB (Red+Green+Blue) = 68+84+72=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #445448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445448 is #BBABB7. Grayscale: #4D4D4D. Windows color (decimal): -12299192 or 4740164. OLE color: 4740164.

HSL color Cylindrical-coordinate representation of color #445448: hue angle of 135º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445448 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 72 -
CMYK 0.19 0 0.14 0.67
HSL 135º 0.11% 0.3% -
HSV(B) 135º 0.19% 0.33% -
XYZ 6.72 8.04 7.33 -
YUV 77.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 68 84 72 0.19 0 0.14 0.67 135 0.11 0.3
Hex 44 54 48 13 0 E 43 87 B 1E
Octal 104 124 110 23 0 16 103 207 13 36
Binary 1000100 1010100 1001000 10011 0 1110 1000011 10000111 1011 11110

Color Harmonies of #445448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445448

Black with #445448

Text Example


Text Example

White with #445448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445448; }

 p { color: rgb(68,84,72); }

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

background-color css

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

 a { background-color: rgb(68,84,72); }

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

border-color css

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

 span { border-color: rgb(68,84,72); }

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