Html Css Color HEX #425848 Feldgrau

📋 copy color: '#425848'

red 66 ◦ green 88 ◦ blue 72

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

Shades of Feldgrau #425848

Tints of Feldgrau #425848

RGB

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

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

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

R = 29.2%
G = 38.94%
B = 31.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#425848 (or 0x425848) is known color: Feldgrau. HEX triplet: 42, 58 and 48. RGB value is (66,88,72). Sum of RGB (Red+Green+Blue) = 66+88+72=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #425848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425848 is #BDA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12429240 or 4741186. OLE color: 4741186.

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

Color convert

RGB 66 88 72 -
CMYK 0.25 0 0.18 0.65
HSL 136.36º 0.14% 0.3% -
HSV(B) 136.36º 0.25% 0.35% -
XYZ 6.91 8.61 7.43 -
YUV 79.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 66 88 72 0.25 0 0.18 0.65 136.36 0.14 0.3
Hex 42 58 48 19 0 12 41 88 E 1E
Octal 102 130 110 31 0 22 101 210 16 36
Binary 1000010 1011000 1001000 11001 0 10010 1000001 10001000 1110 11110

Color Harmonies of #425848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425848

Black with #425848

Text Example


Text Example

White with #425848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425848; }

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

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

background-color css

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

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

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

border-color css

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

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

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