Html Css Color HEX #41604C Feldgrau

📋 copy color: '#41604C'

red 65 ◦ green 96 ◦ blue 76

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

Shades of Feldgrau #41604C

Tints of Feldgrau #41604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 27.43%
G = 40.51%
B = 32.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#41604C (or 0x41604C) is known color: Feldgrau. HEX triplet: 41, 60 and 4C. RGB value is (65,96,76). Sum of RGB (Red+Green+Blue) = 65+96+76=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #41604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41604C is #BE9FB3. Grayscale: #545454. Windows color (decimal): -12492724 or 5005377. OLE color: 5005377.

HSL color Cylindrical-coordinate representation of color #41604C: hue angle of 141.29º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41604C is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 76 -
CMYK 0.32 0 0.21 0.62
HSL 141.29º 0.19% 0.32% -
HSV(B) 141.29º 0.32% 0.38% -
XYZ 7.67 10.01 8.37 -
YUV 84.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 65 96 76 0.32 0 0.21 0.62 141.29 0.19 0.32
Hex 41 60 4C 20 0 15 3E 8D 13 20
Octal 101 140 114 40 0 25 76 215 23 40
Binary 1000001 1100000 1001100 100000 0 10101 111110 10001101 10011 100000

Color Harmonies of #41604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41604C

Black with #41604C

Text Example


Text Example

White with #41604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41604C; }

 p { color: rgb(65,96,76); }

 H1.HeaderClassName
 {
   color: #41604C;
 }
 .AnyTagClassName
 {
   color: #41604C;
 }
</style>

background-color css

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

 a { background-color: rgb(65,96,76); }

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

border-color css

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

 span { border-color: rgb(65,96,76); }

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