Html Css Color HEX #425842 Grey-Asparagus

📋 copy color: '#425842'

red 66 ◦ green 88 ◦ blue 66

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

Shades of Grey-Asparagus #425842

Tints of Grey-Asparagus #425842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#425842 (or 0x425842) is known color: Grey-Asparagus. HEX triplet: 42, 58 and 42. RGB value is (66,88,66). Sum of RGB (Red+Green+Blue) = 66+88+66=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #425842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425842 is #BDA7BD. Grayscale: #4E4E4E. Windows color (decimal): -12429246 or 4347970. OLE color: 4347970.

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

Color convert

RGB 66 88 66 -
CMYK 0.25 0 0.25 0.65
HSL 120º 0.14% 0.3% -
HSV(B) 120º 0.25% 0.35% -
XYZ 6.72 8.53 6.45 -
YUV 78.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 66 88 66 0.25 0 0.25 0.65 120 0.14 0.3
Hex 42 58 42 19 0 19 41 78 E 1E
Octal 102 130 102 31 0 31 101 170 16 36
Binary 1000010 1011000 1000010 11001 0 11001 1000001 1111000 1110 11110

Color Harmonies of #425842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425842

Black with #425842

Text Example


Text Example

White with #425842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425842; }

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

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

background-color css

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

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

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

border-color css

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

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

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