Html Css Color HEX #455C41 Grey-Asparagus

📋 copy color: '#455C41'

red 69 ◦ green 92 ◦ blue 65

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

Shades of Grey-Asparagus #455C41

Tints of Grey-Asparagus #455C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.71%

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

R = 30.53%
G = 40.71%
B = 28.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#455C41 (or 0x455C41) is known color: Grey-Asparagus. HEX triplet: 45, 5C and 41. RGB value is (69,92,65). Sum of RGB (Red+Green+Blue) = 69+92+65=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #455C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C41 is #BAA3BE. Grayscale: #525252. Windows color (decimal): -12231615 or 4283461. OLE color: 4283461.

HSL color Cylindrical-coordinate representation of color #455C41: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #455C41 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 92 65 -
CMYK 0.25 0 0.29 0.64
HSL 111.11º 0.17% 0.31% -
HSV(B) 111.11º 0.29% 0.36% -
XYZ 7.24 9.3 6.41 -
YUV 82.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 69 92 65 0.25 0 0.29 0.64 111.11 0.17 0.31
Hex 45 5C 41 19 0 1D 40 6F 11 1F
Octal 105 134 101 31 0 35 100 157 21 37
Binary 1000101 1011100 1000001 11001 0 11101 1000000 1101111 10001 11111

Color Harmonies of #455C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C41

Black with #455C41

Text Example


Text Example

White with #455C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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