Html Css Color HEX #455941 Grey-Asparagus

📋 copy color: '#455941'

red 69 ◦ green 89 ◦ blue 65

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

Shades of Grey-Asparagus #455941

Tints of Grey-Asparagus #455941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 30.94%
G = 39.91%
B = 29.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#455941 (or 0x455941) is known color: Grey-Asparagus. HEX triplet: 45, 59 and 41. RGB value is (69,89,65). Sum of RGB (Red+Green+Blue) = 69+89+65=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #455941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455941 is #BAA6BE. Grayscale: #505050. Windows color (decimal): -12232383 or 4282693. OLE color: 4282693.

HSL color Cylindrical-coordinate representation of color #455941: hue angle of 110º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455941 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 65 -
CMYK 0.22 0 0.27 0.65
HSL 110º 0.16% 0.3% -
HSV(B) 110º 0.27% 0.35% -
XYZ 6.98 8.79 6.33 -
YUV 80.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 69 89 65 0.22 0 0.27 0.65 110 0.16 0.3
Hex 45 59 41 16 0 1B 41 6E 10 1E
Octal 105 131 101 26 0 33 101 156 20 36
Binary 1000101 1011001 1000001 10110 0 11011 1000001 1101110 10000 11110

Color Harmonies of #455941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455941

Black with #455941

Text Example


Text Example

White with #455941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455941; }

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

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

background-color css

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

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

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

border-color css

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

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

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