#41614B

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

Shades of Feldgrau #41614B

Tints of Feldgrau #41614B

Color information

#41614B (or 0x41614B) is unknown color: approx Feldgrau. HEX triplet: 41, 61 and 4B. RGB value is (65,97,75). Sum of RGB (Red+Green+Blue) = 65+97+75=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #41614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41614B is #BE9EB4. Grayscale: #545454. Windows color (decimal): -12492469 or 4940097. OLE color: 4940097.

HSL color Cylindrical-coordinate representation of color #41614B: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #41614B is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB659775-
CMYK0.3300.230.62
HSL138.75º19.75%31.76%-
HSV(B)138.75º32.99%38.04%-
XYZ7.7210.188.21-
YUV84.92122.4113.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=27.43%
G=40.93%
B=31.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597750.3300.230.62138.7519.7531.76
Hex41614B210173E8b1420
Octal10114111341027762132440
Binary1000001110000110010111000010101111111101000101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41614B; }

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

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

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

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

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

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

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

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