Html Css Color HEX #4C5952 Feldgrau

📋 copy color: '#4C5952'

red 76 ◦ green 89 ◦ blue 82

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

Shades of Feldgrau #4C5952

Tints of Feldgrau #4C5952

RGB

 RED value IS 76 (30.08% from 255) = 30.77%

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

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 30.77%
G = 36.03%
B = 33.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#4C5952 (or 0x4C5952) is known color: Feldgrau. HEX triplet: 4C, 59 and 52. RGB value is (76,89,82). Sum of RGB (Red+Green+Blue) = 76+89+82=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5952 is #B3A6AD. Grayscale: #545454. Windows color (decimal): -11773614 or 5396812. OLE color: 5396812.

HSL color Cylindrical-coordinate representation of color #4C5952: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5952 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 89 82 -
CMYK 0.15 0 0.08 0.65
HSL 147.69º 0.08% 0.32% -
HSV(B) 147.69º 0.15% 0.35% -
XYZ 8.08 9.29 9.35 -
YUV 84.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 76 89 82 0.15 0 0.08 0.65 147.69 0.08 0.32
Hex 4C 59 52 F 0 8 41 94 8 20
Octal 114 131 122 17 0 10 101 224 10 40
Binary 1001100 1011001 1010010 1111 0 1000 1000001 10010100 1000 100000

Color Harmonies of #4C5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5952

Black with #4C5952

Text Example


Text Example

White with #4C5952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,89,82); }

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

background-color css

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

 a { background-color: rgb(76,89,82); }

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

border-color css

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

 span { border-color: rgb(76,89,82); }

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