#416952

Color #416952 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #416952

Tints of Feldgrau #416952

Color information

#416952 (or 0x416952) is unknown color: approx Feldgrau. HEX triplet: 41, 69 and 52. RGB value is (65,105,82). Sum of RGB (Red+Green+Blue) = 65+105+82=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #416952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416952 is #BE96AD. Grayscale: #5A5A5A. Windows color (decimal): -12490414 or 5400897. OLE color: 5400897.

HSL color Cylindrical-coordinate representation of color #416952: hue angle of 145.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416952 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB6510582-
CMYK0.3800.220.59
HSL145.5º23.53%33.33%-
HSV(B)145.5º38.1%41.18%-
XYZ8.7511.849.81-
YUV90.42123.25109.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=25.79%
G=41.67%
B=32.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105820.3800.220.59145.523.5333.33
Hex416952260163B921821
Octal10115112246026732223041
Binary1000001110100110100101001100101101110111001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416952; }

 p { color: rgb(65,105,82); }

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

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

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

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

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

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

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