Html Css Color HEX #425D49 Feldgrau

📋 copy color: '#425D49'

red 66 ◦ green 93 ◦ blue 73

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

Shades of Feldgrau #425D49

Tints of Feldgrau #425D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

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

R = 28.45%
G = 40.09%
B = 31.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#425D49 (or 0x425D49) is known color: Feldgrau. HEX triplet: 42, 5D and 49. RGB value is (66,93,73). Sum of RGB (Red+Green+Blue) = 66+93+73=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #425D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D49 is #BDA2B6. Grayscale: #525252. Windows color (decimal): -12427959 or 4808002. OLE color: 4808002.

HSL color Cylindrical-coordinate representation of color #425D49: hue angle of 135.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D49 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 73 -
CMYK 0.29 0 0.22 0.64
HSL 135.56º 0.17% 0.31% -
HSV(B) 135.56º 0.29% 0.36% -
XYZ 7.36 9.47 7.74 -
YUV 82.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 66 93 73 0.29 0 0.22 0.64 135.56 0.17 0.31
Hex 42 5D 49 1D 0 16 40 88 11 1F
Octal 102 135 111 35 0 26 100 210 21 37
Binary 1000010 1011101 1001001 11101 0 10110 1000000 10001000 10001 11111

Color Harmonies of #425D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D49

Black with #425D49

Text Example


Text Example

White with #425D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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