Html Css Color HEX #426243 Grey-Asparagus

📋 copy color: '#426243'

red 66 ◦ green 98 ◦ blue 67

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

Shades of Grey-Asparagus #426243

Tints of Grey-Asparagus #426243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 28.57%
G = 42.42%
B = 29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#426243 (or 0x426243) is known color: Grey-Asparagus. HEX triplet: 42, 62 and 43. RGB value is (66,98,67). Sum of RGB (Red+Green+Blue) = 66+98+67=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #426243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426243 is #BD9DBC. Grayscale: #545454. Windows color (decimal): -12426685 or 4416066. OLE color: 4416066.

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

Color convert

RGB 66 98 67 -
CMYK 0.33 0 0.32 0.62
HSL 121.88º 0.2% 0.32% -
HSV(B) 121.88º 0.33% 0.38% -
XYZ 7.63 10.3 6.9 -
YUV 84.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 66 98 67 0.33 0 0.32 0.62 121.88 0.2 0.32
Hex 42 62 43 21 0 20 3E 7A 14 20
Octal 102 142 103 41 0 40 76 172 24 40
Binary 1000010 1100010 1000011 100001 0 100000 111110 1111010 10100 100000

Color Harmonies of #426243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426243

Black with #426243

Text Example


Text Example

White with #426243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426243; }

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

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

background-color css

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

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

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

border-color css

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

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

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