Html Css Color HEX #41694E Feldgrau

📋 copy color: '#41694E'

red 65 ◦ green 105 ◦ blue 78

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

Shades of Feldgrau #41694E

Tints of Feldgrau #41694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 26.21%
G = 42.34%
B = 31.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#41694E (or 0x41694E) is known color: Feldgrau. HEX triplet: 41, 69 and 4E. RGB value is (65,105,78). Sum of RGB (Red+Green+Blue) = 65+105+78=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #41694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41694E is #BE96B1. Grayscale: #5A5A5A. Windows color (decimal): -12490418 or 5138753. OLE color: 5138753.

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

Color convert

RGB 65 105 78 -
CMYK 0.38 0 0.26 0.59
HSL 139.5º 0.24% 0.33% -
HSV(B) 139.5º 0.38% 0.41% -
XYZ 8.61 11.78 9.03 -
YUV 89.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 65 105 78 0.38 0 0.26 0.59 139.5 0.24 0.33
Hex 41 69 4E 26 0 1A 3B 8C 18 21
Octal 101 151 116 46 0 32 73 214 30 41
Binary 1000001 1101001 1001110 100110 0 11010 111011 10001100 11000 100001

Color Harmonies of #41694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41694E

Black with #41694E

Text Example


Text Example

White with #41694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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