#41613F

Color #41613F Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #41613F

Tints of Grey-Asparagus #41613F

Color information

#41613F (or 0x41613F) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 61 and 3F. RGB value is (65,97,63). Sum of RGB (Red+Green+Blue) = 65+97+63=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #41613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41613F is #BE9EC0. Grayscale: #535353. Windows color (decimal): -12492481 or 4153665. OLE color: 4153665.

HSL color Cylindrical-coordinate representation of color #41613F: hue angle of 116.47º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41613F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB659763-
CMYK0.3300.350.62
HSL116.47º21.25%31.37%-
HSV(B)116.47º35.05%38.04%-
XYZ7.3510.036.25-
YUV83.56116.4114.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 63 (25% from 255) = 28%
R=28.89%
G=43.11%
B=28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597630.3300.350.62116.4721.2531.37
Hex41613F210233E74151f
Octal1011417741043761642537
Binary10000011100001111111100001010001111111011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41613F; }

 p { color: rgb(65,97,63); }

 H1.HeaderClassName
 {
   color: #41613F;
 }
 .AnyTagClassName
 {
   color: #41613F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #41613F;
 }
 .BgClassName
 {
   background-color: #41613F;
 }
</style>
border-color css

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

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

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