Html Css Color HEX #425240 Grey-Asparagus

📋 copy color: '#425240'

red 66 ◦ green 82 ◦ blue 64

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

Shades of Grey-Asparagus #425240

Tints of Grey-Asparagus #425240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 31.13%
G = 38.68%
B = 30.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#425240 (or 0x425240) is known color: Grey-Asparagus. HEX triplet: 42, 52 and 40. RGB value is (66,82,64). Sum of RGB (Red+Green+Blue) = 66+82+64=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #425240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425240 is #BDADBF. Grayscale: #4B4B4B. Windows color (decimal): -12430784 or 4215362. OLE color: 4215362.

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

Color convert

RGB 66 82 64 -
CMYK 0.20 0 0.22 0.68
HSL 113.33º 0.12% 0.29% -
HSV(B) 113.33º 0.22% 0.32% -
XYZ 6.19 7.56 5.98 -
YUV 75.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 66 82 64 0.20 0 0.22 0.68 113.33 0.12 0.29
Hex 42 52 40 14 0 16 44 71 C 1D
Octal 102 122 100 24 0 26 104 161 14 35
Binary 1000010 1010010 1000000 10100 0 10110 1000100 1110001 1100 11101

Color Harmonies of #425240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425240

Black with #425240

Text Example


Text Example

White with #425240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425240; }

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

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

background-color css

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

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

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

border-color css

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

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

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