Html Css Color HEX #455241 Grey-Asparagus

📋 copy color: '#455241'

red 69 ◦ green 82 ◦ blue 65

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

Shades of Grey-Asparagus #455241

Tints of Grey-Asparagus #455241

RGB

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

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

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

R = 31.94%
G = 37.96%
B = 30.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#455241 (or 0x455241) is known color: Grey-Asparagus. HEX triplet: 45, 52 and 41. RGB value is (69,82,65). Sum of RGB (Red+Green+Blue) = 69+82+65=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #455241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455241 is #BAADBE. Grayscale: #4C4C4C. Windows color (decimal): -12234175 or 4280901. OLE color: 4280901.

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

Color convert

RGB 69 82 65 -
CMYK 0.16 0 0.21 0.68
HSL 105.88º 0.12% 0.29% -
HSV(B) 105.88º 0.21% 0.32% -
XYZ 6.43 7.68 6.15 -
YUV 76.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 69 82 65 0.16 0 0.21 0.68 105.88 0.12 0.29
Hex 45 52 41 10 0 15 44 6A C 1D
Octal 105 122 101 20 0 25 104 152 14 35
Binary 1000101 1010010 1000001 10000 0 10101 1000100 1101010 1100 11101

Color Harmonies of #455241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455241

Black with #455241

Text Example


Text Example

White with #455241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455241; }

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

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

background-color css

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

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

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

border-color css

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

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

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