Html Css Color HEX #426143 Grey-Asparagus

📋 copy color: '#426143'

red 66 ◦ green 97 ◦ blue 67

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

Shades of Grey-Asparagus #426143

Tints of Grey-Asparagus #426143

RGB

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

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

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

R = 28.7%
G = 42.17%
B = 29.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#426143 (or 0x426143) is known color: Grey-Asparagus. HEX triplet: 42, 61 and 43. RGB value is (66,97,67). Sum of RGB (Red+Green+Blue) = 66+97+67=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #426143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426143 is #BD9EBC. Grayscale: #545454. Windows color (decimal): -12426941 or 4415810. OLE color: 4415810.

HSL color Cylindrical-coordinate representation of color #426143: hue angle of 121.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426143 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 67 -
CMYK 0.32 0 0.31 0.62
HSL 121.94º 0.19% 0.32% -
HSV(B) 121.94º 0.32% 0.38% -
XYZ 7.53 10.11 6.87 -
YUV 84.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 66 97 67 0.32 0 0.31 0.62 121.94 0.19 0.32
Hex 42 61 43 20 0 1F 3E 7A 13 20
Octal 102 141 103 40 0 37 76 172 23 40
Binary 1000010 1100001 1000011 100000 0 11111 111110 1111010 10011 100000

Color Harmonies of #426143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426143

Black with #426143

Text Example


Text Example

White with #426143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426143; }

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

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

background-color css

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

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

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

border-color css

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

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

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