Html Css Color HEX #426941 Grey-Asparagus

📋 copy color: '#426941'

red 66 ◦ green 105 ◦ blue 65

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

Shades of Grey-Asparagus #426941

Tints of Grey-Asparagus #426941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 27.97%
G = 44.49%
B = 27.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#426941 (or 0x426941) is known color: Grey-Asparagus. HEX triplet: 42, 69 and 41. RGB value is (66,105,65). Sum of RGB (Red+Green+Blue) = 66+105+65=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #426941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426941 is #BD96BE. Grayscale: #585858. Windows color (decimal): -12424895 or 4286786. OLE color: 4286786.

HSL color Cylindrical-coordinate representation of color #426941: hue angle of 118.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426941 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 65 -
CMYK 0.37 0 0.38 0.59
HSL 118.5º 0.24% 0.33% -
HSV(B) 118.5º 0.38% 0.41% -
XYZ 8.25 11.64 6.81 -
YUV 88.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 66 105 65 0.37 0 0.38 0.59 118.5 0.24 0.33
Hex 42 69 41 25 0 26 3B 76 18 21
Octal 102 151 101 45 0 46 73 166 30 41
Binary 1000010 1101001 1000001 100101 0 100110 111011 1110110 11000 100001

Color Harmonies of #426941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426941

Black with #426941

Text Example


Text Example

White with #426941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426941; }

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

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

background-color css

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

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

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

border-color css

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

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

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