Html Css Color HEX #455246 Grey-Asparagus

📋 copy color: '#455246'

red 69 ◦ green 82 ◦ blue 70

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

Shades of Grey-Asparagus #455246

Tints of Grey-Asparagus #455246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 31.22%
G = 37.1%
B = 31.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#455246 (or 0x455246) is known color: Grey-Asparagus. HEX triplet: 45, 52 and 46. RGB value is (69,82,70). Sum of RGB (Red+Green+Blue) = 69+82+70=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #455246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455246 is #BAADB9. Grayscale: #4C4C4C. Windows color (decimal): -12234170 or 4608581. OLE color: 4608581.

HSL color Cylindrical-coordinate representation of color #455246: hue angle of 124.62º 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 #455246 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 70 -
CMYK 0.16 0 0.15 0.68
HSL 124.62º 0.09% 0.3% -
HSV(B) 124.62º 0.16% 0.32% -
XYZ 6.58 7.74 6.94 -
YUV 76.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 69 82 70 0.16 0 0.15 0.68 124.62 0.09 0.3
Hex 45 52 46 10 0 F 44 7D 9 1E
Octal 105 122 106 20 0 17 104 175 11 36
Binary 1000101 1010010 1000110 10000 0 1111 1000100 1111101 1001 11110

Color Harmonies of #455246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455246

Black with #455246

Text Example


Text Example

White with #455246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455246; }

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

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

background-color css

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

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

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

border-color css

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

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

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