Html Css Color HEX #425841 Grey-Asparagus

📋 copy color: '#425841'

red 66 ◦ green 88 ◦ blue 65

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

Shades of Grey-Asparagus #425841

Tints of Grey-Asparagus #425841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

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

R = 30.14%
G = 40.18%
B = 29.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#425841 (or 0x425841) is known color: Grey-Asparagus. HEX triplet: 42, 58 and 41. RGB value is (66,88,65). Sum of RGB (Red+Green+Blue) = 66+88+65=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #425841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425841 is #BDA7BE. Grayscale: #4E4E4E. Windows color (decimal): -12429247 or 4282434. OLE color: 4282434.

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

Color convert

RGB 66 88 65 -
CMYK 0.25 0 0.26 0.65
HSL 117.39º 0.15% 0.3% -
HSV(B) 117.39º 0.26% 0.35% -
XYZ 6.69 8.52 6.29 -
YUV 78.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 66 88 65 0.25 0 0.26 0.65 117.39 0.15 0.3
Hex 42 58 41 19 0 1A 41 75 F 1E
Octal 102 130 101 31 0 32 101 165 17 36
Binary 1000010 1011000 1000001 11001 0 11010 1000001 1110101 1111 11110

Color Harmonies of #425841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425841

Black with #425841

Text Example


Text Example

White with #425841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425841; }

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

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

background-color css

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

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

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

border-color css

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

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

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