Html Css Color HEX #425244 Grey-Asparagus

📋 copy color: '#425244'

red 66 ◦ green 82 ◦ blue 68

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

Shades of Grey-Asparagus #425244

Tints of Grey-Asparagus #425244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.96%

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

R = 30.56%
G = 37.96%
B = 31.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#425244 (or 0x425244) is known color: Grey-Asparagus. HEX triplet: 42, 52 and 44. RGB value is (66,82,68). Sum of RGB (Red+Green+Blue) = 66+82+68=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #425244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425244 is #BDADBB. Grayscale: #4B4B4B. Windows color (decimal): -12430780 or 4477506. OLE color: 4477506.

HSL color Cylindrical-coordinate representation of color #425244: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425244 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 68 -
CMYK 0.20 0 0.17 0.68
HSL 127.5º 0.11% 0.29% -
HSV(B) 127.5º 0.2% 0.32% -
XYZ 6.31 7.61 6.61 -
YUV 75.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 66 82 68 0.20 0 0.17 0.68 127.5 0.11 0.29
Hex 42 52 44 14 0 11 44 80 B 1D
Octal 102 122 104 24 0 21 104 200 13 35
Binary 1000010 1010010 1000100 10100 0 10001 1000100 10000000 1011 11101

Color Harmonies of #425244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425244

Black with #425244

Text Example


Text Example

White with #425244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425244; }

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

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

background-color css

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

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

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

border-color css

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

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

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