Html Css Color HEX #425941 Grey-Asparagus

📋 copy color: '#425941'

red 66 ◦ green 89 ◦ blue 65

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

Shades of Grey-Asparagus #425941

Tints of Grey-Asparagus #425941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 30%
G = 40.45%
B = 29.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#425941 (or 0x425941) is known color: Grey-Asparagus. HEX triplet: 42, 59 and 41. RGB value is (66,89,65). Sum of RGB (Red+Green+Blue) = 66+89+65=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #425941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425941 is #BDA6BE. Grayscale: #4F4F4F. Windows color (decimal): -12428991 or 4282690. OLE color: 4282690.

HSL color Cylindrical-coordinate representation of color #425941: hue angle of 117.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425941 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 65 -
CMYK 0.26 0 0.27 0.65
HSL 117.5º 0.16% 0.3% -
HSV(B) 117.5º 0.27% 0.35% -
XYZ 6.77 8.68 6.32 -
YUV 79.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 66 89 65 0.26 0 0.27 0.65 117.5 0.16 0.3
Hex 42 59 41 1A 0 1B 41 76 10 1E
Octal 102 131 101 32 0 33 101 166 20 36
Binary 1000010 1011001 1000001 11010 0 11011 1000001 1110110 10000 11110

Color Harmonies of #425941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425941

Black with #425941

Text Example


Text Example

White with #425941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425941; }

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

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

background-color css

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

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

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

border-color css

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

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

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