Html Css Color HEX #425540 Grey-Asparagus

📋 copy color: '#425540'

red 66 ◦ green 85 ◦ blue 64

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

Shades of Grey-Asparagus #425540

Tints of Grey-Asparagus #425540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.53%

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

R = 30.7%
G = 39.53%
B = 29.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#425540 (or 0x425540) is known color: Grey-Asparagus. HEX triplet: 42, 55 and 40. RGB value is (66,85,64). Sum of RGB (Red+Green+Blue) = 66+85+64=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #425540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425540 is #BDAABF. Grayscale: #4C4C4C. Windows color (decimal): -12430016 or 4216130. OLE color: 4216130.

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

Color convert

RGB 66 85 64 -
CMYK 0.22 0 0.25 0.67
HSL 114.29º 0.14% 0.29% -
HSV(B) 114.29º 0.25% 0.33% -
XYZ 6.42 8.03 6.06 -
YUV 76.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 66 85 64 0.22 0 0.25 0.67 114.29 0.14 0.29
Hex 42 55 40 16 0 19 43 72 E 1D
Octal 102 125 100 26 0 31 103 162 16 35
Binary 1000010 1010101 1000000 10110 0 11001 1000011 1110010 1110 11101

Color Harmonies of #425540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425540

Black with #425540

Text Example


Text Example

White with #425540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425540; }

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

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

background-color css

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

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

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

border-color css

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

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

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