Html Css Color HEX #416651 Feldgrau

📋 copy color: '#416651'

red 65 ◦ green 102 ◦ blue 81

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

Shades of Feldgrau #416651

Tints of Feldgrau #416651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

 BLUE value IS 81 (32.03% from 255) = 32.66%

R = 26.21%
G = 41.13%
B = 32.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#416651 (or 0x416651) is known color: Feldgrau. HEX triplet: 41, 66 and 51. RGB value is (65,102,81). Sum of RGB (Red+Green+Blue) = 65+102+81=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #416651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416651 is #BE99AE. Grayscale: #585858. Windows color (decimal): -12491183 or 5334593. OLE color: 5334593.

HSL color Cylindrical-coordinate representation of color #416651: hue angle of 145.95º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416651 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 81 -
CMYK 0.36 0 0.21 0.6
HSL 145.95º 0.22% 0.33% -
HSV(B) 145.95º 0.36% 0.4% -
XYZ 8.42 11.22 9.51 -
YUV 88.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 65 102 81 0.36 0 0.21 0.6 145.95 0.22 0.33
Hex 41 66 51 24 0 15 3C 92 16 21
Octal 101 146 121 44 0 25 74 222 26 41
Binary 1000001 1100110 1010001 100100 0 10101 111100 10010010 10110 100001

Color Harmonies of #416651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416651

Black with #416651

Text Example


Text Example

White with #416651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416651; }

 p { color: rgb(65,102,81); }

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

background-color css

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

 a { background-color: rgb(65,102,81); }

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

border-color css

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

 span { border-color: rgb(65,102,81); }

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