Html Css Color HEX #425A49 Feldgrau

📋 copy color: '#425A49'

red 66 ◦ green 90 ◦ blue 73

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

Shades of Feldgrau #425A49

Tints of Feldgrau #425A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

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

R = 28.82%
G = 39.3%
B = 31.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#425A49 (or 0x425A49) is known color: Feldgrau. HEX triplet: 42, 5A and 49. RGB value is (66,90,73). Sum of RGB (Red+Green+Blue) = 66+90+73=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #425A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A49 is #BDA5B6. Grayscale: #505050. Windows color (decimal): -12428727 or 4807234. OLE color: 4807234.

HSL color Cylindrical-coordinate representation of color #425A49: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A49 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 73 -
CMYK 0.27 0 0.19 0.65
HSL 137.5º 0.15% 0.31% -
HSV(B) 137.5º 0.27% 0.35% -
XYZ 7.11 8.95 7.66 -
YUV 80.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 66 90 73 0.27 0 0.19 0.65 137.5 0.15 0.31
Hex 42 5A 49 1B 0 13 41 8A F 1F
Octal 102 132 111 33 0 23 101 212 17 37
Binary 1000010 1011010 1001001 11011 0 10011 1000001 10001010 1111 11111

Color Harmonies of #425A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A49

Black with #425A49

Text Example


Text Example

White with #425A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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