Html Css Color HEX #415540 Grey-Asparagus

📋 copy color: '#415540'

red 65 ◦ green 85 ◦ blue 64

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

Shades of Grey-Asparagus #415540

Tints of Grey-Asparagus #415540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.72%

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

R = 30.37%
G = 39.72%
B = 29.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#415540 (or 0x415540) is known color: Grey-Asparagus. HEX triplet: 41, 55 and 40. RGB value is (65,85,64). Sum of RGB (Red+Green+Blue) = 65+85+64=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #415540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415540 is #BEAABF. Grayscale: #4C4C4C. Windows color (decimal): -12495552 or 4216129. OLE color: 4216129.

HSL color Cylindrical-coordinate representation of color #415540: hue angle of 117.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415540 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 64 -
CMYK 0.24 0 0.25 0.67
HSL 117.14º 0.14% 0.29% -
HSV(B) 117.14º 0.25% 0.33% -
XYZ 6.35 7.99 6.06 -
YUV 76.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 65 85 64 0.24 0 0.25 0.67 117.14 0.14 0.29
Hex 41 55 40 18 0 19 43 75 E 1D
Octal 101 125 100 30 0 31 103 165 16 35
Binary 1000001 1010101 1000000 11000 0 11001 1000011 1110101 1110 11101

Color Harmonies of #415540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415540

Black with #415540

Text Example


Text Example

White with #415540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415540; }

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

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

background-color css

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

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

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

border-color css

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

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

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