Html Css Color HEX #425D41 Grey-Asparagus

📋 copy color: '#425D41'

red 66 ◦ green 93 ◦ blue 65

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

Shades of Grey-Asparagus #425D41

Tints of Grey-Asparagus #425D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

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

R = 29.46%
G = 41.52%
B = 29.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#425D41 (or 0x425D41) is known color: Grey-Asparagus. HEX triplet: 42, 5D and 41. RGB value is (66,93,65). Sum of RGB (Red+Green+Blue) = 66+93+65=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #425D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D41 is #BDA2BE. Grayscale: #515151. Windows color (decimal): -12427967 or 4283714. OLE color: 4283714.

HSL color Cylindrical-coordinate representation of color #425D41: hue angle of 117.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #425D41 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 65 -
CMYK 0.29 0 0.30 0.64
HSL 117.86º 0.18% 0.31% -
HSV(B) 117.86º 0.3% 0.36% -
XYZ 7.12 9.37 6.43 -
YUV 81.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 66 93 65 0.29 0 0.30 0.64 117.86 0.18 0.31
Hex 42 5D 41 1D 0 1E 40 76 12 1F
Octal 102 135 101 35 0 36 100 166 22 37
Binary 1000010 1011101 1000001 11101 0 11110 1000000 1110110 10010 11111

Color Harmonies of #425D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D41

Black with #425D41

Text Example


Text Example

White with #425D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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