Html Css Color HEX #415F40 Grey-Asparagus

📋 copy color: '#415F40'

red 65 ◦ green 95 ◦ blue 64

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

Shades of Grey-Asparagus #415F40

Tints of Grey-Asparagus #415F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.41%

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

R = 29.02%
G = 42.41%
B = 28.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#415F40 (or 0x415F40) is known color: Grey-Asparagus. HEX triplet: 41, 5F and 40. RGB value is (65,95,64). Sum of RGB (Red+Green+Blue) = 65+95+64=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #415F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415F40 is #BEA0BF. Grayscale: #525252. Windows color (decimal): -12492992 or 4218689. OLE color: 4218689.

HSL color Cylindrical-coordinate representation of color #415F40: hue angle of 118.06º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415F40 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 95 64 -
CMYK 0.32 0 0.33 0.63
HSL 118.06º 0.19% 0.31% -
HSV(B) 118.06º 0.33% 0.37% -
XYZ 7.2 9.68 6.34 -
YUV 82.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 65 95 64 0.32 0 0.33 0.63 118.06 0.19 0.31
Hex 41 5F 40 20 0 21 3F 76 13 1F
Octal 101 137 100 40 0 41 77 166 23 37
Binary 1000001 1011111 1000000 100000 0 100001 111111 1110110 10011 11111

Color Harmonies of #415F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F40

Black with #415F40

Text Example


Text Example

White with #415F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,64); }

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

background-color css

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

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

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

border-color css

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

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

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