Html Css Color HEX #426443 Grey-Asparagus

📋 copy color: '#426443'

red 66 ◦ green 100 ◦ blue 67

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

Shades of Grey-Asparagus #426443

Tints of Grey-Asparagus #426443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

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

R = 28.33%
G = 42.92%
B = 28.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#426443 (or 0x426443) is known color: Grey-Asparagus. HEX triplet: 42, 64 and 43. RGB value is (66,100,67). Sum of RGB (Red+Green+Blue) = 66+100+67=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #426443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426443 is #BD9BBC. Grayscale: #565656. Windows color (decimal): -12426173 or 4416578. OLE color: 4416578.

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

Color convert

RGB 66 100 67 -
CMYK 0.34 0 0.33 0.61
HSL 121.76º 0.2% 0.33% -
HSV(B) 121.76º 0.34% 0.39% -
XYZ 7.82 10.68 6.96 -
YUV 86.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 66 100 67 0.34 0 0.33 0.61 121.76 0.2 0.33
Hex 42 64 43 22 0 21 3D 7A 14 21
Octal 102 144 103 42 0 41 75 172 24 41
Binary 1000010 1100100 1000011 100010 0 100001 111101 1111010 10100 100001

Color Harmonies of #426443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426443

Black with #426443

Text Example


Text Example

White with #426443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426443; }

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

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

background-color css

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

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

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

border-color css

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

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

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