Html Css Color HEX #455D44 Grey-Asparagus

📋 copy color: '#455D44'

red 69 ◦ green 93 ◦ blue 68

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

Shades of Grey-Asparagus #455D44

Tints of Grey-Asparagus #455D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 30%
G = 40.43%
B = 29.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#455D44 (or 0x455D44) is known color: Grey-Asparagus. HEX triplet: 45, 5D and 44. RGB value is (69,93,68). Sum of RGB (Red+Green+Blue) = 69+93+68=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #455D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D44 is #BAA2BB. Grayscale: #535353. Windows color (decimal): -12231356 or 4480325. OLE color: 4480325.

HSL color Cylindrical-coordinate representation of color #455D44: hue angle of 117.6º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455D44 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 93 68 -
CMYK 0.26 0 0.27 0.64
HSL 117.6º 0.16% 0.32% -
HSV(B) 117.6º 0.27% 0.36% -
XYZ 7.41 9.51 6.91 -
YUV 82.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 69 93 68 0.26 0 0.27 0.64 117.6 0.16 0.32
Hex 45 5D 44 1A 0 1B 40 76 10 20
Octal 105 135 104 32 0 33 100 166 20 40
Binary 1000101 1011101 1000100 11010 0 11011 1000000 1110110 10000 100000

Color Harmonies of #455D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D44

Black with #455D44

Text Example


Text Example

White with #455D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,93,68); }

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

background-color css

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

 a { background-color: rgb(69,93,68); }

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

border-color css

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

 span { border-color: rgb(69,93,68); }

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