Html Css Color HEX #426340 Grey-Asparagus

📋 copy color: '#426340'

red 66 ◦ green 99 ◦ blue 64

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

Shades of Grey-Asparagus #426340

Tints of Grey-Asparagus #426340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.23%

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

R = 28.82%
G = 43.23%
B = 27.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#426340 (or 0x426340) is known color: Grey-Asparagus. HEX triplet: 42, 63 and 40. RGB value is (66,99,64). Sum of RGB (Red+Green+Blue) = 66+99+64=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #426340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426340 is #BD9CBF. Grayscale: #555555. Windows color (decimal): -12426432 or 4219714. OLE color: 4219714.

HSL color Cylindrical-coordinate representation of color #426340: hue angle of 116.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426340 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 64 -
CMYK 0.33 0 0.35 0.61
HSL 116.57º 0.21% 0.32% -
HSV(B) 116.57º 0.35% 0.39% -
XYZ 7.63 10.45 6.47 -
YUV 85.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 66 99 64 0.33 0 0.35 0.61 116.57 0.21 0.32
Hex 42 63 40 21 0 23 3D 75 15 20
Octal 102 143 100 41 0 43 75 165 25 40
Binary 1000010 1100011 1000000 100001 0 100011 111101 1110101 10101 100000

Color Harmonies of #426340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426340

Black with #426340

Text Example


Text Example

White with #426340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426340; }

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

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

background-color css

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

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

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

border-color css

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

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

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