Html Css Color HEX #426141 Grey-Asparagus

📋 copy color: '#426141'

red 66 ◦ green 97 ◦ blue 65

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

Shades of Grey-Asparagus #426141

Tints of Grey-Asparagus #426141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 28.95%
G = 42.54%
B = 28.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#426141 (or 0x426141) is known color: Grey-Asparagus. HEX triplet: 42, 61 and 41. RGB value is (66,97,65). Sum of RGB (Red+Green+Blue) = 66+97+65=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #426141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426141 is #BD9EBE. Grayscale: #545454. Windows color (decimal): -12426943 or 4284738. OLE color: 4284738.

HSL color Cylindrical-coordinate representation of color #426141: hue angle of 118.12º 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 #426141 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 65 -
CMYK 0.32 0 0.33 0.62
HSL 118.13º 0.2% 0.32% -
HSV(B) 118.13º 0.33% 0.38% -
XYZ 7.48 10.09 6.55 -
YUV 84.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 66 97 65 0.32 0 0.33 0.62 118.13 0.2 0.32
Hex 42 61 41 20 0 21 3E 76 14 20
Octal 102 141 101 40 0 41 76 166 24 40
Binary 1000010 1100001 1000001 100000 0 100001 111110 1110110 10100 100000

Color Harmonies of #426141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426141

Black with #426141

Text Example


Text Example

White with #426141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426141; }

 p { color: rgb(66,97,65); }

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

background-color css

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

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

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

border-color css

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

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

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