Html Css Color HEX #426343 Grey-Asparagus

📋 copy color: '#426343'

red 66 ◦ green 99 ◦ blue 67

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

Shades of Grey-Asparagus #426343

Tints of Grey-Asparagus #426343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 28.45%
G = 42.67%
B = 28.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#426343 (or 0x426343) is known color: Grey-Asparagus. HEX triplet: 42, 63 and 43. RGB value is (66,99,67). Sum of RGB (Red+Green+Blue) = 66+99+67=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #426343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426343 is #BD9CBC. Grayscale: #555555. Windows color (decimal): -12426429 or 4416322. OLE color: 4416322.

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

Color convert

RGB 66 99 67 -
CMYK 0.33 0 0.32 0.61
HSL 121.82º 0.2% 0.32% -
HSV(B) 121.82º 0.33% 0.39% -
XYZ 7.72 10.49 6.93 -
YUV 85.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 66 99 67 0.33 0 0.32 0.61 121.82 0.2 0.32
Hex 42 63 43 21 0 20 3D 7A 14 20
Octal 102 143 103 41 0 40 75 172 24 40
Binary 1000010 1100011 1000011 100001 0 100000 111101 1111010 10100 100000

Color Harmonies of #426343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426343

Black with #426343

Text Example


Text Example

White with #426343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426343; }

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

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

background-color css

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

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

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

border-color css

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

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

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