Html Css Color HEX #455245 Grey-Asparagus

📋 copy color: '#455245'

red 69 ◦ green 82 ◦ blue 69

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

Shades of Grey-Asparagus #455245

Tints of Grey-Asparagus #455245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 31.36%
G = 37.27%
B = 31.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#455245 (or 0x455245) is known color: Grey-Asparagus. HEX triplet: 45, 52 and 45. RGB value is (69,82,69). Sum of RGB (Red+Green+Blue) = 69+82+69=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #455245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455245 is #BAADBA. Grayscale: #4C4C4C. Windows color (decimal): -12234171 or 4543045. OLE color: 4543045.

HSL color Cylindrical-coordinate representation of color #455245: hue angle of 120º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455245 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 69 -
CMYK 0.16 0 0.16 0.68
HSL 120º 0.09% 0.3% -
HSV(B) 120º 0.16% 0.32% -
XYZ 6.55 7.73 6.78 -
YUV 76.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 69 82 69 0.16 0 0.16 0.68 120 0.09 0.3
Hex 45 52 45 10 0 10 44 78 9 1E
Octal 105 122 105 20 0 20 104 170 11 36
Binary 1000101 1010010 1000101 10000 0 10000 1000100 1111000 1001 11110

Color Harmonies of #455245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455245

Black with #455245

Text Example


Text Example

White with #455245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455245; }

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

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

background-color css

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

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

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

border-color css

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

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

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