Html Css Color HEX #455141 Grey-Asparagus

📋 copy color: '#455141'

red 69 ◦ green 81 ◦ blue 65

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

Shades of Grey-Asparagus #455141

Tints of Grey-Asparagus #455141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 32.09%
G = 37.67%
B = 30.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#455141 (or 0x455141) is known color: Grey-Asparagus. HEX triplet: 45, 51 and 41. RGB value is (69,81,65). Sum of RGB (Red+Green+Blue) = 69+81+65=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #455141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455141 is #BAAEBE. Grayscale: #4B4B4B. Windows color (decimal): -12234431 or 4280645. OLE color: 4280645.

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

Color convert

RGB 69 81 65 -
CMYK 0.15 0 0.20 0.68
HSL 105º 0.11% 0.29% -
HSV(B) 105º 0.2% 0.32% -
XYZ 6.35 7.53 6.12 -
YUV 75.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 69 81 65 0.15 0 0.20 0.68 105 0.11 0.29
Hex 45 51 41 F 0 14 44 69 B 1D
Octal 105 121 101 17 0 24 104 151 13 35
Binary 1000101 1010001 1000001 1111 0 10100 1000100 1101001 1011 11101

Color Harmonies of #455141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455141

Black with #455141

Text Example


Text Example

White with #455141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455141; }

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

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

background-color css

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

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

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

border-color css

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

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

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