Html Css Color HEX #4F6358 Feldgrau

📋 copy color: '#4F6358'

red 79 ◦ green 99 ◦ blue 88

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

Shades of Feldgrau #4F6358

Tints of Feldgrau #4F6358

RGB

 RED value IS 79 (31.25% from 255) = 29.7%

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 29.7%
G = 37.22%
B = 33.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#4F6358 (or 0x4F6358) is known color: Feldgrau. HEX triplet: 4F, 63 and 58. RGB value is (79,99,88). Sum of RGB (Red+Green+Blue) = 79+99+88=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6358 is #B09CA7. Grayscale: #5B5B5B. Windows color (decimal): -11574440 or 5792591. OLE color: 5792591.

HSL color Cylindrical-coordinate representation of color #4F6358: hue angle of 147º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F6358 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 99 88 -
CMYK 0.20 0 0.11 0.61
HSL 147º 0.11% 0.35% -
HSV(B) 147º 0.2% 0.39% -
XYZ 9.45 11.29 10.91 -
YUV 91.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 79 99 88 0.20 0 0.11 0.61 147 0.11 0.35
Hex 4F 63 58 14 0 B 3D 93 B 23
Octal 117 143 130 24 0 13 75 223 13 43
Binary 1001111 1100011 1011000 10100 0 1011 111101 10010011 1011 100011

Color Harmonies of #4F6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6358

Black with #4F6358

Text Example


Text Example

White with #4F6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F6358; }

 p { color: rgb(79,99,88); }

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

background-color css

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

 a { background-color: rgb(79,99,88); }

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

border-color css

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

 span { border-color: rgb(79,99,88); }

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