Html Css Color HEX #425949 Feldgrau

📋 copy color: '#425949'

red 66 ◦ green 89 ◦ blue 73

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

Shades of Feldgrau #425949

Tints of Feldgrau #425949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

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

R = 28.95%
G = 39.04%
B = 32.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#425949 (or 0x425949) is known color: Feldgrau. HEX triplet: 42, 59 and 49. RGB value is (66,89,73). Sum of RGB (Red+Green+Blue) = 66+89+73=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #425949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425949 is #BDA6B6. Grayscale: #505050. Windows color (decimal): -12428983 or 4806978. OLE color: 4806978.

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

Color convert

RGB 66 89 73 -
CMYK 0.26 0 0.18 0.65
HSL 138.26º 0.15% 0.3% -
HSV(B) 138.26º 0.26% 0.35% -
XYZ 7.02 8.78 7.63 -
YUV 80.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 66 89 73 0.26 0 0.18 0.65 138.26 0.15 0.3
Hex 42 59 49 1A 0 12 41 8A F 1E
Octal 102 131 111 32 0 22 101 212 17 36
Binary 1000010 1011001 1001001 11010 0 10010 1000001 10001010 1111 11110

Color Harmonies of #425949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425949

Black with #425949

Text Example


Text Example

White with #425949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425949; }

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

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

background-color css

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

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

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

border-color css

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

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

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