Html Css Color HEX #425940 Grey-Asparagus

📋 copy color: '#425940'

red 66 ◦ green 89 ◦ blue 64

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

Shades of Grey-Asparagus #425940

Tints of Grey-Asparagus #425940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 30.14%
G = 40.64%
B = 29.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#425940 (or 0x425940) is known color: Grey-Asparagus. HEX triplet: 42, 59 and 40. RGB value is (66,89,64). Sum of RGB (Red+Green+Blue) = 66+89+64=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #425940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425940 is #BDA6BF. Grayscale: #4F4F4F. Windows color (decimal): -12428992 or 4217154. OLE color: 4217154.

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

Color convert

RGB 66 89 64 -
CMYK 0.26 0 0.28 0.65
HSL 115.2º 0.16% 0.3% -
HSV(B) 115.2º 0.28% 0.35% -
XYZ 6.74 8.67 6.17 -
YUV 79.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 66 89 64 0.26 0 0.28 0.65 115.2 0.16 0.3
Hex 42 59 40 1A 0 1C 41 73 10 1E
Octal 102 131 100 32 0 34 101 163 20 36
Binary 1000010 1011001 1000000 11010 0 11100 1000001 1110011 10000 11110

Color Harmonies of #425940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425940

Black with #425940

Text Example


Text Example

White with #425940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425940; }

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

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

background-color css

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

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

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

border-color css

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

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

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