Html Css Color HEX #455E42 Grey-Asparagus

📋 copy color: '#455E42'

red 69 ◦ green 94 ◦ blue 66

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

Shades of Grey-Asparagus #455E42

Tints of Grey-Asparagus #455E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.05%

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 30.13%
G = 41.05%
B = 28.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#455E42 (or 0x455E42) is known color: Grey-Asparagus. HEX triplet: 45, 5E and 42. RGB value is (69,94,66). Sum of RGB (Red+Green+Blue) = 69+94+66=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #455E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E42 is #BAA1BD. Grayscale: #535353. Windows color (decimal): -12231102 or 4349509. OLE color: 4349509.

HSL color Cylindrical-coordinate representation of color #455E42: hue angle of 113.57º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455E42 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 94 66 -
CMYK 0.27 0 0.30 0.63
HSL 113.57º 0.18% 0.31% -
HSV(B) 113.57º 0.3% 0.37% -
XYZ 7.44 9.66 6.63 -
YUV 83.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 69 94 66 0.27 0 0.30 0.63 113.57 0.18 0.31
Hex 45 5E 42 1B 0 1E 3F 72 12 1F
Octal 105 136 102 33 0 36 77 162 22 37
Binary 1000101 1011110 1000010 11011 0 11110 111111 1110010 10010 11111

Color Harmonies of #455E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E42

Black with #455E42

Text Example


Text Example

White with #455E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,94,66); }

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

background-color css

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

 a { background-color: rgb(69,94,66); }

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

border-color css

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

 span { border-color: rgb(69,94,66); }

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