Html Css Color HEX #425644 Grey-Asparagus

📋 copy color: '#425644'

red 66 ◦ green 86 ◦ blue 68

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

Shades of Grey-Asparagus #425644

Tints of Grey-Asparagus #425644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

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

R = 30%
G = 39.09%
B = 30.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#425644 (or 0x425644) is known color: Grey-Asparagus. HEX triplet: 42, 56 and 44. RGB value is (66,86,68). Sum of RGB (Red+Green+Blue) = 66+86+68=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #425644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425644 is #BDA9BB. Grayscale: #4E4E4E. Windows color (decimal): -12429756 or 4478530. OLE color: 4478530.

HSL color Cylindrical-coordinate representation of color #425644: hue angle of 126º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425644 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 68 -
CMYK 0.23 0 0.21 0.66
HSL 126º 0.13% 0.3% -
HSV(B) 126º 0.23% 0.34% -
XYZ 6.62 8.23 6.71 -
YUV 77.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 66 86 68 0.23 0 0.21 0.66 126 0.13 0.3
Hex 42 56 44 17 0 15 42 7E D 1E
Octal 102 126 104 27 0 25 102 176 15 36
Binary 1000010 1010110 1000100 10111 0 10101 1000010 1111110 1101 11110

Color Harmonies of #425644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425644

Black with #425644

Text Example


Text Example

White with #425644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425644; }

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

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

background-color css

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

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

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

border-color css

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

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

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