#414F3F

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

Shades of Grey-Asparagus #414F3F

Tints of Grey-Asparagus #414F3F

Color information

#414F3F (or 0x414F3F) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 4F and 3F. RGB value is (65,79,63). Sum of RGB (Red+Green+Blue) = 65+79+63=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #414F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F3F is #BEB0C0. Grayscale: #494949. Windows color (decimal): -12497089 or 4149057. OLE color: 4149057.

HSL color Cylindrical-coordinate representation of color #414F3F: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #414F3F is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB657963-
CMYK0.1800.200.69
HSL112.5º11.27%27.84%-
HSV(B)112.5º20.25%30.98%-
XYZ5.877.075.76-
YUV72.99122.36122.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 63 (25% from 255) = 30.43%
R=31.40%
G=38.16%
B=30.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579630.1800.200.69112.511.2727.84
Hex414F3F120144570b1c
Octal10111777220241051601334
Binary100000110011111111111001001010010001011110000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F3F; }

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

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

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

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

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

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

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

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