Html Css Color HEX #425541 Grey-Asparagus

📋 copy color: '#425541'

red 66 ◦ green 85 ◦ blue 65

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

Shades of Grey-Asparagus #425541

Tints of Grey-Asparagus #425541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 30.56%
G = 39.35%
B = 30.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#425541 (or 0x425541) is known color: Grey-Asparagus. HEX triplet: 42, 55 and 41. RGB value is (66,85,65). Sum of RGB (Red+Green+Blue) = 66+85+65=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #425541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425541 is #BDAABE. Grayscale: #4D4D4D. Windows color (decimal): -12430015 or 4281666. OLE color: 4281666.

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

Color convert

RGB 66 85 65 -
CMYK 0.22 0 0.24 0.67
HSL 117º 0.13% 0.29% -
HSV(B) 117º 0.24% 0.33% -
XYZ 6.45 8.04 6.21 -
YUV 77.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 66 85 65 0.22 0 0.24 0.67 117 0.13 0.29
Hex 42 55 41 16 0 18 43 75 D 1D
Octal 102 125 101 26 0 30 103 165 15 35
Binary 1000010 1010101 1000001 10110 0 11000 1000011 1110101 1101 11101

Color Harmonies of #425541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425541

Black with #425541

Text Example


Text Example

White with #425541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425541; }

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

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

background-color css

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

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

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

border-color css

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

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

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