Html Css Color HEX #41604B Feldgrau

📋 copy color: '#41604B'

red 65 ◦ green 96 ◦ blue 75

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

Shades of Feldgrau #41604B

Tints of Feldgrau #41604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 27.54%
G = 40.68%
B = 31.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#41604B (or 0x41604B) is known color: Feldgrau. HEX triplet: 41, 60 and 4B. RGB value is (65,96,75). Sum of RGB (Red+Green+Blue) = 65+96+75=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #41604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41604B is #BE9FB4. Grayscale: #545454. Windows color (decimal): -12492725 or 4939841. OLE color: 4939841.

HSL color Cylindrical-coordinate representation of color #41604B: hue angle of 139.35º 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 #41604B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 75 -
CMYK 0.32 0 0.22 0.62
HSL 139.35º 0.19% 0.32% -
HSV(B) 139.35º 0.32% 0.38% -
XYZ 7.63 10 8.18 -
YUV 84.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 65 96 75 0.32 0 0.22 0.62 139.35 0.19 0.32
Hex 41 60 4B 20 0 16 3E 8B 13 20
Octal 101 140 113 40 0 26 76 213 23 40
Binary 1000001 1100000 1001011 100000 0 10110 111110 10001011 10011 100000

Color Harmonies of #41604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41604B

Black with #41604B

Text Example


Text Example

White with #41604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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