Html Css Color HEX #455D46 Grey-Asparagus

📋 copy color: '#455D46'

red 69 ◦ green 93 ◦ blue 70

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

Shades of Grey-Asparagus #455D46

Tints of Grey-Asparagus #455D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 29.74%
G = 40.09%
B = 30.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#455D46 (or 0x455D46) is known color: Grey-Asparagus. HEX triplet: 45, 5D and 46. RGB value is (69,93,70). Sum of RGB (Red+Green+Blue) = 69+93+70=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #455D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D46 is #BAA2B9. Grayscale: #535353. Windows color (decimal): -12231354 or 4611397. OLE color: 4611397.

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

Color convert

RGB 69 93 70 -
CMYK 0.26 0 0.25 0.64
HSL 122.5º 0.15% 0.32% -
HSV(B) 122.5º 0.26% 0.36% -
XYZ 7.47 9.54 7.24 -
YUV 83.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 69 93 70 0.26 0 0.25 0.64 122.5 0.15 0.32
Hex 45 5D 46 1A 0 19 40 7B F 20
Octal 105 135 106 32 0 31 100 173 17 40
Binary 1000101 1011101 1000110 11010 0 11001 1000000 1111011 1111 100000

Color Harmonies of #455D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D46

Black with #455D46

Text Example


Text Example

White with #455D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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