Html Css Color HEX #455146 Grey-Asparagus

📋 copy color: '#455146'

red 69 ◦ green 81 ◦ blue 70

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

Shades of Grey-Asparagus #455146

Tints of Grey-Asparagus #455146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.82%

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

R = 31.36%
G = 36.82%
B = 31.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#455146 (or 0x455146) is known color: Grey-Asparagus. HEX triplet: 45, 51 and 46. RGB value is (69,81,70). Sum of RGB (Red+Green+Blue) = 69+81+70=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #455146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455146 is #BAAEB9. Grayscale: #4C4C4C. Windows color (decimal): -12234426 or 4608325. OLE color: 4608325.

HSL color Cylindrical-coordinate representation of color #455146: hue angle of 125º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #455146 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 81 70 -
CMYK 0.15 0 0.14 0.68
HSL 125º 0.08% 0.29% -
HSV(B) 125º 0.15% 0.32% -
XYZ 6.5 7.59 6.92 -
YUV 76.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 69 81 70 0.15 0 0.14 0.68 125 0.08 0.29
Hex 45 51 46 F 0 E 44 7D 8 1D
Octal 105 121 106 17 0 16 104 175 10 35
Binary 1000101 1010001 1000110 1111 0 1110 1000100 1111101 1000 11101

Color Harmonies of #455146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455146

Black with #455146

Text Example


Text Example

White with #455146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455146; }

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

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

background-color css

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

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

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

border-color css

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

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

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