Html Css Color HEX #425F4D Feldgrau

📋 copy color: '#425F4D'

red 66 ◦ green 95 ◦ blue 77

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

Shades of Feldgrau #425F4D

Tints of Feldgrau #425F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 27.73%
G = 39.92%
B = 32.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#425F4D (or 0x425F4D) is known color: Feldgrau. HEX triplet: 42, 5F and 4D. RGB value is (66,95,77). Sum of RGB (Red+Green+Blue) = 66+95+77=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #425F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F4D is #BDA0B2. Grayscale: #545454. Windows color (decimal): -12427443 or 5070658. OLE color: 5070658.

HSL color Cylindrical-coordinate representation of color #425F4D: hue angle of 142.76º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F4D is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 95 77 -
CMYK 0.31 0 0.19 0.63
HSL 142.76º 0.18% 0.32% -
HSV(B) 142.76º 0.31% 0.37% -
XYZ 7.68 9.88 8.52 -
YUV 84.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 66 95 77 0.31 0 0.19 0.63 142.76 0.18 0.32
Hex 42 5F 4D 1F 0 13 3F 8F 12 20
Octal 102 137 115 37 0 23 77 217 22 40
Binary 1000010 1011111 1001101 11111 0 10011 111111 10001111 10010 100000

Color Harmonies of #425F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F4D

Black with #425F4D

Text Example


Text Example

White with #425F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,95,77); }

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

background-color css

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

 a { background-color: rgb(66,95,77); }

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

border-color css

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

 span { border-color: rgb(66,95,77); }

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