Html Css Color HEX #455045 Grey-Asparagus

📋 copy color: '#455045'

red 69 ◦ green 80 ◦ blue 69

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

Shades of Grey-Asparagus #455045

Tints of Grey-Asparagus #455045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 31.65%
G = 36.7%
B = 31.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#455045 (or 0x455045) is known color: Grey-Asparagus. HEX triplet: 45, 50 and 45. RGB value is (69,80,69). Sum of RGB (Red+Green+Blue) = 69+80+69=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #455045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455045 is #BAAFBA. Grayscale: #4B4B4B. Windows color (decimal): -12234683 or 4542533. OLE color: 4542533.

HSL color Cylindrical-coordinate representation of color #455045: hue angle of 120º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #455045 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 69 -
CMYK 0.14 0 0.14 0.69
HSL 120º 0.07% 0.29% -
HSV(B) 120º 0.14% 0.31% -
XYZ 6.4 7.43 6.73 -
YUV 75.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 69 80 69 0.14 0 0.14 0.69 120 0.07 0.29
Hex 45 50 45 E 0 E 45 78 7 1D
Octal 105 120 105 16 0 16 105 170 7 35
Binary 1000101 1010000 1000101 1110 0 1110 1000101 1111000 111 11101

Color Harmonies of #455045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455045

Black with #455045

Text Example


Text Example

White with #455045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455045; }

 p { color: rgb(69,80,69); }

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

background-color css

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

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

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

border-color css

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

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

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