Html Css Color HEX #425443 Grey-Asparagus

📋 copy color: '#425443'

red 66 ◦ green 84 ◦ blue 67

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

Shades of Grey-Asparagus #425443

Tints of Grey-Asparagus #425443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

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

R = 30.41%
G = 38.71%
B = 30.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#425443 (or 0x425443) is known color: Grey-Asparagus. HEX triplet: 42, 54 and 43. RGB value is (66,84,67). Sum of RGB (Red+Green+Blue) = 66+84+67=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #425443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425443 is #BDABBC. Grayscale: #4C4C4C. Windows color (decimal): -12430269 or 4412482. OLE color: 4412482.

HSL color Cylindrical-coordinate representation of color #425443: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425443 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 67 -
CMYK 0.21 0 0.20 0.67
HSL 123.33º 0.12% 0.29% -
HSV(B) 123.33º 0.21% 0.33% -
XYZ 6.43 7.9 6.5 -
YUV 76.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 66 84 67 0.21 0 0.20 0.67 123.33 0.12 0.29
Hex 42 54 43 15 0 14 43 7B C 1D
Octal 102 124 103 25 0 24 103 173 14 35
Binary 1000010 1010100 1000011 10101 0 10100 1000011 1111011 1100 11101

Color Harmonies of #425443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425443

Black with #425443

Text Example


Text Example

White with #425443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425443; }

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

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

background-color css

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

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

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

border-color css

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

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

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