Html Css Color HEX #415D41 Grey-Asparagus

📋 copy color: '#415D41'

red 65 ◦ green 93 ◦ blue 65

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

Shades of Grey-Asparagus #415D41

Tints of Grey-Asparagus #415D41

RGB

 RED value IS 65 (25.78% from 255) = 29.15%

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

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

R = 29.15%
G = 41.7%
B = 29.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#415D41 (or 0x415D41) is known color: Grey-Asparagus. HEX triplet: 41, 5D and 41. RGB value is (65,93,65). Sum of RGB (Red+Green+Blue) = 65+93+65=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #415D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D41 is #BEA2BE. Grayscale: #515151. Windows color (decimal): -12493503 or 4283713. OLE color: 4283713.

HSL color Cylindrical-coordinate representation of color #415D41: hue angle of 120º 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 #415D41 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 93 65 -
CMYK 0.30 0 0.30 0.64
HSL 120º 0.18% 0.31% -
HSV(B) 120º 0.3% 0.36% -
XYZ 7.05 9.33 6.43 -
YUV 81.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 65 93 65 0.30 0 0.30 0.64 120 0.18 0.31
Hex 41 5D 41 1E 0 1E 40 78 12 1F
Octal 101 135 101 36 0 36 100 170 22 37
Binary 1000001 1011101 1000001 11110 0 11110 1000000 1111000 10010 11111

Color Harmonies of #415D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D41

Black with #415D41

Text Example


Text Example

White with #415D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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