Html Css Color HEX #425444 Grey-Asparagus

📋 copy color: '#425444'

red 66 ◦ green 84 ◦ blue 68

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

Shades of Grey-Asparagus #425444

Tints of Grey-Asparagus #425444

RGB

 RED value IS 66 (26.17% from 255) = 30.28%

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 30.28%
G = 38.53%
B = 31.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#425444 (or 0x425444) is known color: Grey-Asparagus. HEX triplet: 42, 54 and 44. RGB value is (66,84,68). Sum of RGB (Red+Green+Blue) = 66+84+68=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #425444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425444 is #BDABBB. Grayscale: #4C4C4C. Windows color (decimal): -12430268 or 4478018. OLE color: 4478018.

HSL color Cylindrical-coordinate representation of color #425444: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425444 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 68 -
CMYK 0.21 0 0.19 0.67
HSL 126.67º 0.12% 0.29% -
HSV(B) 126.67º 0.21% 0.33% -
XYZ 6.46 7.92 6.66 -
YUV 76.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 66 84 68 0.21 0 0.19 0.67 126.67 0.12 0.29
Hex 42 54 44 15 0 13 43 7F C 1D
Octal 102 124 104 25 0 23 103 177 14 35
Binary 1000010 1010100 1000100 10101 0 10011 1000011 1111111 1100 11101

Color Harmonies of #425444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425444

Black with #425444

Text Example


Text Example

White with #425444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425444; }

 p { color: rgb(66,84,68); }

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

background-color css

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

 a { background-color: rgb(66,84,68); }

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

border-color css

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

 span { border-color: rgb(66,84,68); }

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