Html Css Color HEX #425043 Grey-Asparagus

📋 copy color: '#425043'

red 66 ◦ green 80 ◦ blue 67

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

Shades of Grey-Asparagus #425043

Tints of Grey-Asparagus #425043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 30.99%
G = 37.56%
B = 31.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#425043 (or 0x425043) is known color: Grey-Asparagus. HEX triplet: 42, 50 and 43. RGB value is (66,80,67). Sum of RGB (Red+Green+Blue) = 66+80+67=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #425043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425043 is #BDAFBC. Grayscale: #4A4A4A. Windows color (decimal): -12431293 or 4411458. OLE color: 4411458.

HSL color Cylindrical-coordinate representation of color #425043: hue angle of 124.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #425043 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 67 -
CMYK 0.17 0 0.16 0.69
HSL 124.29º 0.1% 0.29% -
HSV(B) 124.29º 0.18% 0.31% -
XYZ 6.13 7.3 6.4 -
YUV 74.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 66 80 67 0.17 0 0.16 0.69 124.29 0.1 0.29
Hex 42 50 43 11 0 10 45 7C A 1D
Octal 102 120 103 21 0 20 105 174 12 35
Binary 1000010 1010000 1000011 10001 0 10000 1000101 1111100 1010 11101

Color Harmonies of #425043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425043

Black with #425043

Text Example


Text Example

White with #425043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425043; }

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

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

background-color css

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

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

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

border-color css

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

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

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