Html Css Color HEX #41694F Feldgrau

📋 copy color: '#41694F'

red 65 ◦ green 105 ◦ blue 79

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

Shades of Feldgrau #41694F

Tints of Feldgrau #41694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.17%

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 26.1%
G = 42.17%
B = 31.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#41694F (or 0x41694F) is known color: Feldgrau. HEX triplet: 41, 69 and 4F. RGB value is (65,105,79). Sum of RGB (Red+Green+Blue) = 65+105+79=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #41694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41694F is #BE96B0. Grayscale: #5A5A5A. Windows color (decimal): -12490417 or 5204289. OLE color: 5204289.

HSL color Cylindrical-coordinate representation of color #41694F: hue angle of 141º 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 #41694F is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 79 -
CMYK 0.38 0 0.25 0.59
HSL 141º 0.24% 0.33% -
HSV(B) 141º 0.38% 0.41% -
XYZ 8.64 11.79 9.22 -
YUV 90.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 65 105 79 0.38 0 0.25 0.59 141 0.24 0.33
Hex 41 69 4F 26 0 19 3B 8D 18 21
Octal 101 151 117 46 0 31 73 215 30 41
Binary 1000001 1101001 1001111 100110 0 11001 111011 10001101 11000 100001

Color Harmonies of #41694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41694F

Black with #41694F

Text Example


Text Example

White with #41694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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