Html Css Color HEX #41624E Feldgrau

📋 copy color: '#41624E'

red 65 ◦ green 98 ◦ blue 78

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

Shades of Feldgrau #41624E

Tints of Feldgrau #41624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 26.97%
G = 40.66%
B = 32.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#41624E (or 0x41624E) is known color: Feldgrau. HEX triplet: 41, 62 and 4E. RGB value is (65,98,78). Sum of RGB (Red+Green+Blue) = 65+98+78=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #41624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41624E is #BE9DB1. Grayscale: #555555. Windows color (decimal): -12492210 or 5136961. OLE color: 5136961.

HSL color Cylindrical-coordinate representation of color #41624E: hue angle of 143.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41624E is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 98 78 -
CMYK 0.34 0 0.20 0.62
HSL 143.64º 0.2% 0.32% -
HSV(B) 143.64º 0.34% 0.38% -
XYZ 7.92 10.41 8.8 -
YUV 85.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 65 98 78 0.34 0 0.20 0.62 143.64 0.2 0.32
Hex 41 62 4E 22 0 14 3E 90 14 20
Octal 101 142 116 42 0 24 76 220 24 40
Binary 1000001 1100010 1001110 100010 0 10100 111110 10010000 10100 100000

Color Harmonies of #41624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41624E

Black with #41624E

Text Example


Text Example

White with #41624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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