Html Css Color HEX #425948 Feldgrau

📋 copy color: '#425948'

red 66 ◦ green 89 ◦ blue 72

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

Shades of Feldgrau #425948

Tints of Feldgrau #425948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 29.07%
G = 39.21%
B = 31.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#425948 (or 0x425948) is known color: Feldgrau. HEX triplet: 42, 59 and 48. RGB value is (66,89,72). Sum of RGB (Red+Green+Blue) = 66+89+72=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #425948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425948 is #BDA6B7. Grayscale: #505050. Windows color (decimal): -12428984 or 4741442. OLE color: 4741442.

HSL color Cylindrical-coordinate representation of color #425948: hue angle of 135.65º 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 #425948 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 72 -
CMYK 0.26 0 0.19 0.65
HSL 135.65º 0.15% 0.3% -
HSV(B) 135.65º 0.26% 0.35% -
XYZ 6.99 8.77 7.46 -
YUV 80.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 66 89 72 0.26 0 0.19 0.65 135.65 0.15 0.3
Hex 42 59 48 1A 0 13 41 88 F 1E
Octal 102 131 110 32 0 23 101 210 17 36
Binary 1000010 1011001 1001000 11010 0 10011 1000001 10001000 1111 11110

Color Harmonies of #425948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425948

Black with #425948

Text Example


Text Example

White with #425948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425948; }

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

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

background-color css

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

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

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

border-color css

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

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

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