Html Css Color HEX #455F47 Grey-Asparagus

📋 copy color: '#455F47'

red 69 ◦ green 95 ◦ blue 71

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

Shades of Grey-Asparagus #455F47

Tints of Grey-Asparagus #455F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.43%

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

R = 29.36%
G = 40.43%
B = 30.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#455F47 (or 0x455F47) is known color: Grey-Asparagus. HEX triplet: 45, 5F and 47. RGB value is (69,95,71). Sum of RGB (Red+Green+Blue) = 69+95+71=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #455F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F47 is #BAA0B8. Grayscale: #545454. Windows color (decimal): -12230841 or 4677445. OLE color: 4677445.

HSL color Cylindrical-coordinate representation of color #455F47: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455F47 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 95 71 -
CMYK 0.27 0 0.25 0.63
HSL 124.62º 0.16% 0.32% -
HSV(B) 124.62º 0.27% 0.37% -
XYZ 7.68 9.9 7.47 -
YUV 84.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 69 95 71 0.27 0 0.25 0.63 124.62 0.16 0.32
Hex 45 5F 47 1B 0 19 3F 7D 10 20
Octal 105 137 107 33 0 31 77 175 20 40
Binary 1000101 1011111 1000111 11011 0 11001 111111 1111101 10000 100000

Color Harmonies of #455F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455F47

Black with #455F47

Text Example


Text Example

White with #455F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455F47; }

 p { color: rgb(69,95,71); }

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

background-color css

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

 a { background-color: rgb(69,95,71); }

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

border-color css

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

 span { border-color: rgb(69,95,71); }

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