Html Css Color HEX #454945 Grey-Asparagus

📋 copy color: '#454945'

red 69 ◦ green 73 ◦ blue 69

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

Shades of Grey-Asparagus #454945

Tints of Grey-Asparagus #454945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 32.7%
G = 34.6%
B = 32.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#454945 (or 0x454945) is known color: Grey-Asparagus. HEX triplet: 45, 49 and 45. RGB value is (69,73,69). Sum of RGB (Red+Green+Blue) = 69+73+69=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #454945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454945 is #BAB6BA. Grayscale: #474747. Windows color (decimal): -12236475 or 4540741. OLE color: 4540741.

HSL color Cylindrical-coordinate representation of color #454945: hue angle of 120º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #454945 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 69 -
CMYK 0.05 0 0.05 0.71
HSL 120º 0.03% 0.28% -
HSV(B) 120º 0.05% 0.29% -
XYZ 5.91 6.46 6.57 -
YUV 71.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 69 73 69 0.05 0 0.05 0.71 120 0.03 0.28
Hex 45 49 45 5 0 5 47 78 3 1C
Octal 105 111 105 5 0 5 107 170 3 34
Binary 1000101 1001001 1000101 101 0 101 1000111 1111000 11 11100

Color Harmonies of #454945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454945

Black with #454945

Text Example


Text Example

White with #454945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454945; }

 p { color: rgb(69,73,69); }

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

background-color css

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

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

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

border-color css

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

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

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