Html Css Color HEX #416952 Feldgrau

📋 copy color: '#416952'

red 65 ◦ green 105 ◦ blue 82

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

Shades of Feldgrau #416952

Tints of Feldgrau #416952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 25.79%
G = 41.67%
B = 32.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#416952 (or 0x416952) is known color: Feldgrau. HEX triplet: 41, 69 and 52. RGB value is (65,105,82). Sum of RGB (Red+Green+Blue) = 65+105+82=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #416952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416952 is #BE96AD. Grayscale: #5A5A5A. Windows color (decimal): -12490414 or 5400897. OLE color: 5400897.

HSL color Cylindrical-coordinate representation of color #416952: hue angle of 145.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416952 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 82 -
CMYK 0.38 0 0.22 0.59
HSL 145.5º 0.24% 0.33% -
HSV(B) 145.5º 0.38% 0.41% -
XYZ 8.75 11.84 9.81 -
YUV 90.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 65 105 82 0.38 0 0.22 0.59 145.5 0.24 0.33
Hex 41 69 52 26 0 16 3B 92 18 21
Octal 101 151 122 46 0 26 73 222 30 41
Binary 1000001 1101001 1010010 100110 0 10110 111011 10010010 11000 100001

Color Harmonies of #416952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416952

Black with #416952

Text Example


Text Example

White with #416952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416952; }

 p { color: rgb(65,105,82); }

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

background-color css

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

 a { background-color: rgb(65,105,82); }

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

border-color css

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

 span { border-color: rgb(65,105,82); }

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