Html Css Color HEX #425143 Grey-Asparagus

📋 copy color: '#425143'

red 66 ◦ green 81 ◦ blue 67

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

Shades of Grey-Asparagus #425143

Tints of Grey-Asparagus #425143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 30.84%
G = 37.85%
B = 31.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#425143 (or 0x425143) is known color: Grey-Asparagus. HEX triplet: 42, 51 and 43. RGB value is (66,81,67). Sum of RGB (Red+Green+Blue) = 66+81+67=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #425143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425143 is #BDAEBC. Grayscale: #4A4A4A. Windows color (decimal): -12431037 or 4411714. OLE color: 4411714.

HSL color Cylindrical-coordinate representation of color #425143: hue angle of 124º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #425143 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 67 -
CMYK 0.19 0 0.17 0.68
HSL 124º 0.1% 0.29% -
HSV(B) 124º 0.19% 0.32% -
XYZ 6.2 7.45 6.42 -
YUV 74.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 66 81 67 0.19 0 0.17 0.68 124 0.1 0.29
Hex 42 51 43 13 0 11 44 7C A 1D
Octal 102 121 103 23 0 21 104 174 12 35
Binary 1000010 1010001 1000011 10011 0 10001 1000100 1111100 1010 11101

Color Harmonies of #425143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425143

Black with #425143

Text Example


Text Example

White with #425143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425143; }

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

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

background-color css

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

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

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

border-color css

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

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

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