Html Css Color HEX #425441 Grey-Asparagus

📋 copy color: '#425441'

red 66 ◦ green 84 ◦ blue 65

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

Shades of Grey-Asparagus #425441

Tints of Grey-Asparagus #425441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 30.7%
G = 39.07%
B = 30.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#425441 (or 0x425441) is known color: Grey-Asparagus. HEX triplet: 42, 54 and 41. RGB value is (66,84,65). Sum of RGB (Red+Green+Blue) = 66+84+65=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #425441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425441 is #BDABBE. Grayscale: #4C4C4C. Windows color (decimal): -12430271 or 4281410. OLE color: 4281410.

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

Color convert

RGB 66 84 65 -
CMYK 0.21 0 0.23 0.67
HSL 116.84º 0.13% 0.29% -
HSV(B) 116.84º 0.23% 0.33% -
XYZ 6.37 7.88 6.19 -
YUV 76.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 66 84 65 0.21 0 0.23 0.67 116.84 0.13 0.29
Hex 42 54 41 15 0 17 43 75 D 1D
Octal 102 124 101 25 0 27 103 165 15 35
Binary 1000010 1010100 1000001 10101 0 10111 1000011 1110101 1101 11101

Color Harmonies of #425441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425441

Black with #425441

Text Example


Text Example

White with #425441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425441; }

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

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

background-color css

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

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

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

border-color css

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

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

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