Html Css Color HEX #475848 Grey-Asparagus

📋 copy color: '#475848'

red 71 ◦ green 88 ◦ blue 72

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

Shades of Grey-Asparagus #475848

Tints of Grey-Asparagus #475848

RGB

 RED value IS 71 (28.13% from 255) = 30.74%

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 30.74%
G = 38.1%
B = 31.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#475848 (or 0x475848) is known color: Grey-Asparagus. HEX triplet: 47, 58 and 48. RGB value is (71,88,72). Sum of RGB (Red+Green+Blue) = 71+88+72=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #475848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475848 is #B8A7B7. Grayscale: #515151. Windows color (decimal): -12101560 or 4741191. OLE color: 4741191.

HSL color Cylindrical-coordinate representation of color #475848: hue angle of 123.53º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475848 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 72 -
CMYK 0.19 0 0.18 0.65
HSL 123.53º 0.11% 0.31% -
HSV(B) 123.53º 0.19% 0.35% -
XYZ 7.26 8.79 7.44 -
YUV 81.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 71 88 72 0.19 0 0.18 0.65 123.53 0.11 0.31
Hex 47 58 48 13 0 12 41 7C B 1F
Octal 107 130 110 23 0 22 101 174 13 37
Binary 1000111 1011000 1001000 10011 0 10010 1000001 1111100 1011 11111

Color Harmonies of #475848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475848

Black with #475848

Text Example


Text Example

White with #475848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475848; }

 p { color: rgb(71,88,72); }

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

background-color css

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

 a { background-color: rgb(71,88,72); }

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

border-color css

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

 span { border-color: rgb(71,88,72); }

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