Html Css Color HEX #455048 Goblin

📋 copy color: '#455048'

red 69 ◦ green 80 ◦ blue 72

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

Shades of Goblin #455048

Tints of Goblin #455048

RGB

 RED value IS 69 (27.34% from 255) = 31.22%

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

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

R = 31.22%
G = 36.2%
B = 32.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#455048 (or 0x455048) is known color: Goblin. HEX triplet: 45, 50 and 48. RGB value is (69,80,72). Sum of RGB (Red+Green+Blue) = 69+80+72=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #455048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455048 is #BAAFB7. Grayscale: #4B4B4B. Windows color (decimal): -12234680 or 4739141. OLE color: 4739141.

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

Color convert

RGB 69 80 72 -
CMYK 0.14 0 0.10 0.69
HSL 136.36º 0.07% 0.29% -
HSV(B) 136.36º 0.14% 0.31% -
XYZ 6.49 7.47 7.23 -
YUV 75.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 69 80 72 0.14 0 0.10 0.69 136.36 0.07 0.29
Hex 45 50 48 E 0 A 45 88 7 1D
Octal 105 120 110 16 0 12 105 210 7 35
Binary 1000101 1010000 1001000 1110 0 1010 1000101 10001000 111 11101

Color Harmonies of #455048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455048

Black with #455048

Text Example


Text Example

White with #455048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455048; }

 p { color: rgb(69,80,72); }

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

background-color css

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

 a { background-color: rgb(69,80,72); }

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

border-color css

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

 span { border-color: rgb(69,80,72); }

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