Html Css Color HEX #425849 Feldgrau

📋 copy color: '#425849'

red 66 ◦ green 88 ◦ blue 73

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

Shades of Feldgrau #425849

Tints of Feldgrau #425849

RGB

 RED value IS 66 (26.17% from 255) = 29.07%

 GREEN value IS 88 (34.77% from 255) = 38.77%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 29.07%
G = 38.77%
B = 32.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#425849 (or 0x425849) is known color: Feldgrau. HEX triplet: 42, 58 and 49. RGB value is (66,88,73). Sum of RGB (Red+Green+Blue) = 66+88+73=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #425849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425849 is #BDA7B6. Grayscale: #4F4F4F. Windows color (decimal): -12429239 or 4806722. OLE color: 4806722.

HSL color Cylindrical-coordinate representation of color #425849: hue angle of 139.09º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425849 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 73 -
CMYK 0.25 0 0.17 0.65
HSL 139.09º 0.14% 0.3% -
HSV(B) 139.09º 0.25% 0.35% -
XYZ 6.94 8.62 7.6 -
YUV 79.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 66 88 73 0.25 0 0.17 0.65 139.09 0.14 0.3
Hex 42 58 49 19 0 11 41 8B E 1E
Octal 102 130 111 31 0 21 101 213 16 36
Binary 1000010 1011000 1001001 11001 0 10001 1000001 10001011 1110 11110

Color Harmonies of #425849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425849

Black with #425849

Text Example


Text Example

White with #425849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425849; }

 p { color: rgb(66,88,73); }

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

background-color css

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

 a { background-color: rgb(66,88,73); }

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

border-color css

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

 span { border-color: rgb(66,88,73); }

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