Html Css Color HEX #425141 Grey-Asparagus

📋 copy color: '#425141'

red 66 ◦ green 81 ◦ blue 65

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

Shades of Grey-Asparagus #425141

Tints of Grey-Asparagus #425141

RGB

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

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

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

R = 31.13%
G = 38.21%
B = 30.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#425141 (or 0x425141) is known color: Grey-Asparagus. HEX triplet: 42, 51 and 41. RGB value is (66,81,65). Sum of RGB (Red+Green+Blue) = 66+81+65=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #425141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425141 is #BDAEBE. Grayscale: #4A4A4A. Windows color (decimal): -12431039 or 4280642. OLE color: 4280642.

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

Color convert

RGB 66 81 65 -
CMYK 0.19 0 0.20 0.68
HSL 116.25º 0.11% 0.29% -
HSV(B) 116.25º 0.2% 0.32% -
XYZ 6.14 7.42 6.11 -
YUV 74.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 66 81 65 0.19 0 0.20 0.68 116.25 0.11 0.29
Hex 42 51 41 13 0 14 44 74 B 1D
Octal 102 121 101 23 0 24 104 164 13 35
Binary 1000010 1010001 1000001 10011 0 10100 1000100 1110100 1011 11101

Color Harmonies of #425141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425141

Black with #425141

Text Example


Text Example

White with #425141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425141; }

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

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

background-color css

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

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

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

border-color css

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

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

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