Html Css Color HEX #426242 Grey-Asparagus

📋 copy color: '#426242'

red 66 ◦ green 98 ◦ blue 66

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

Shades of Grey-Asparagus #426242

Tints of Grey-Asparagus #426242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

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

R = 28.7%
G = 42.61%
B = 28.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#426242 (or 0x426242) is known color: Grey-Asparagus. HEX triplet: 42, 62 and 42. RGB value is (66,98,66). Sum of RGB (Red+Green+Blue) = 66+98+66=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #426242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426242 is #BD9DBD. Grayscale: #545454. Windows color (decimal): -12426686 or 4350530. OLE color: 4350530.

HSL color Cylindrical-coordinate representation of color #426242: hue angle of 120º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426242 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 66 -
CMYK 0.33 0 0.33 0.62
HSL 120º 0.2% 0.32% -
HSV(B) 120º 0.33% 0.38% -
XYZ 7.6 10.29 6.74 -
YUV 84.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 66 98 66 0.33 0 0.33 0.62 120 0.2 0.32
Hex 42 62 42 21 0 21 3E 78 14 20
Octal 102 142 102 41 0 41 76 170 24 40
Binary 1000010 1100010 1000010 100001 0 100001 111110 1111000 10100 100000

Color Harmonies of #426242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426242

Black with #426242

Text Example


Text Example

White with #426242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426242; }

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

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

background-color css

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

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

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

border-color css

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

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

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