Html Css Color HEX #445145 Grey-Asparagus

📋 copy color: '#445145'

red 68 ◦ green 81 ◦ blue 69

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

Shades of Grey-Asparagus #445145

Tints of Grey-Asparagus #445145

RGB

 RED value IS 68 (26.95% from 255) = 31.19%

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 31.19%
G = 37.16%
B = 31.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#445145 (or 0x445145) is known color: Grey-Asparagus. HEX triplet: 44, 51 and 45. RGB value is (68,81,69). Sum of RGB (Red+Green+Blue) = 68+81+69=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #445145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445145 is #BBAEBA. Grayscale: #4B4B4B. Windows color (decimal): -12299963 or 4542788. OLE color: 4542788.

HSL color Cylindrical-coordinate representation of color #445145: hue angle of 124.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #445145 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 69 -
CMYK 0.16 0 0.15 0.68
HSL 124.62º 0.09% 0.29% -
HSV(B) 124.62º 0.16% 0.32% -
XYZ 6.4 7.54 6.75 -
YUV 75.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 68 81 69 0.16 0 0.15 0.68 124.62 0.09 0.29
Hex 44 51 45 10 0 F 44 7D 9 1D
Octal 104 121 105 20 0 17 104 175 11 35
Binary 1000100 1010001 1000101 10000 0 1111 1000100 1111101 1001 11101

Color Harmonies of #445145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445145

Black with #445145

Text Example


Text Example

White with #445145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445145; }

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

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

background-color css

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

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

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

border-color css

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

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

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