Html Css Color HEX #425840 Grey-Asparagus

📋 copy color: '#425840'

red 66 ◦ green 88 ◦ blue 64

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

Shades of Grey-Asparagus #425840

Tints of Grey-Asparagus #425840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 30.28%
G = 40.37%
B = 29.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#425840 (or 0x425840) is known color: Grey-Asparagus. HEX triplet: 42, 58 and 40. RGB value is (66,88,64). Sum of RGB (Red+Green+Blue) = 66+88+64=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #425840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425840 is #BDA7BF. Grayscale: #4E4E4E. Windows color (decimal): -12429248 or 4216898. OLE color: 4216898.

HSL color Cylindrical-coordinate representation of color #425840: hue angle of 115º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425840 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 64 -
CMYK 0.25 0 0.27 0.65
HSL 115º 0.16% 0.3% -
HSV(B) 115º 0.27% 0.35% -
XYZ 6.66 8.51 6.14 -
YUV 78.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 66 88 64 0.25 0 0.27 0.65 115 0.16 0.3
Hex 42 58 40 19 0 1B 41 73 10 1E
Octal 102 130 100 31 0 33 101 163 20 36
Binary 1000010 1011000 1000000 11001 0 11011 1000001 1110011 10000 11110

Color Harmonies of #425840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425840

Black with #425840

Text Example


Text Example

White with #425840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425840; }

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

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

background-color css

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

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

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

border-color css

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

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

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