Html Css Color HEX #41614B Feldgrau

📋 copy color: '#41614B'

red 65 ◦ green 97 ◦ blue 75

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

Shades of Feldgrau #41614B

Tints of Feldgrau #41614B

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 value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#41614B (or 0x41614B) is known color: 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

RGB 65 97 75 -
CMYK 0.33 0 0.23 0.62
HSL 138.75º 0.2% 0.32% -
HSV(B) 138.75º 0.33% 0.38% -
XYZ 7.72 10.18 8.21 -
YUV 84.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 65 97 75 0.33 0 0.23 0.62 138.75 0.2 0.32
Hex 41 61 4B 21 0 17 3E 8B 14 20
Octal 101 141 113 41 0 27 76 213 24 40
Binary 1000001 1100001 1001011 100001 0 10111 111110 10001011 10100 100000

Color Harmonies of #41614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41614B

Black with #41614B

Text Example


Text Example

White with #41614B

Text Example


Text Example

HTML Codes & Css Web 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>