Html Css Color HEX #425744 Grey-Asparagus

📋 copy color: '#425744'

red 66 ◦ green 87 ◦ blue 68

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

Shades of Grey-Asparagus #425744

Tints of Grey-Asparagus #425744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

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

R = 29.86%
G = 39.37%
B = 30.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#425744 (or 0x425744) is known color: Grey-Asparagus. HEX triplet: 42, 57 and 44. RGB value is (66,87,68). Sum of RGB (Red+Green+Blue) = 66+87+68=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #425744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425744 is #BDA8BB. Grayscale: #4E4E4E. Windows color (decimal): -12429500 or 4478786. OLE color: 4478786.

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

Color convert

RGB 66 87 68 -
CMYK 0.24 0 0.22 0.66
HSL 125.71º 0.14% 0.3% -
HSV(B) 125.71º 0.24% 0.34% -
XYZ 6.7 8.39 6.74 -
YUV 78.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 66 87 68 0.24 0 0.22 0.66 125.71 0.14 0.3
Hex 42 57 44 18 0 16 42 7E E 1E
Octal 102 127 104 30 0 26 102 176 16 36
Binary 1000010 1010111 1000100 11000 0 10110 1000010 1111110 1110 11110

Color Harmonies of #425744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425744

Black with #425744

Text Example


Text Example

White with #425744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425744; }

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

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

background-color css

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

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

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

border-color css

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

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

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