Html Css Color HEX #455C43 Grey-Asparagus

📋 copy color: '#455C43'

red 69 ◦ green 92 ◦ blue 67

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

Shades of Grey-Asparagus #455C43

Tints of Grey-Asparagus #455C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.39%

R = 30.26%
G = 40.35%
B = 29.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#455C43 (or 0x455C43) is known color: Grey-Asparagus. HEX triplet: 45, 5C and 43. RGB value is (69,92,67). Sum of RGB (Red+Green+Blue) = 69+92+67=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #455C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C43 is #BAA3BC. Grayscale: #525252. Windows color (decimal): -12231613 or 4414533. OLE color: 4414533.

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

Color convert

RGB 69 92 67 -
CMYK 0.25 0 0.27 0.64
HSL 115.2º 0.16% 0.31% -
HSV(B) 115.2º 0.27% 0.36% -
XYZ 7.29 9.32 6.73 -
YUV 82.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 69 92 67 0.25 0 0.27 0.64 115.2 0.16 0.31
Hex 45 5C 43 19 0 1B 40 73 10 1F
Octal 105 134 103 31 0 33 100 163 20 37
Binary 1000101 1011100 1000011 11001 0 11011 1000000 1110011 10000 11111

Color Harmonies of #455C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C43

Black with #455C43

Text Example


Text Example

White with #455C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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