Html Css Color HEX #4C6555 Feldgrau

📋 copy color: '#4C6555'

red 76 ◦ green 101 ◦ blue 85

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

Shades of Feldgrau #4C6555

Tints of Feldgrau #4C6555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 29.01%
G = 38.55%
B = 32.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#4C6555 (or 0x4C6555) is known color: Feldgrau. HEX triplet: 4C, 65 and 55. RGB value is (76,101,85). Sum of RGB (Red+Green+Blue) = 76+101+85=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6555 is #B39AAA. Grayscale: #5B5B5B. Windows color (decimal): -11770539 or 5596492. OLE color: 5596492.

HSL color Cylindrical-coordinate representation of color #4C6555: hue angle of 141.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6555 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 85 -
CMYK 0.25 0 0.16 0.60
HSL 141.6º 0.14% 0.35% -
HSV(B) 141.6º 0.25% 0.4% -
XYZ 9.27 11.5 10.33 -
YUV 91.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 76 101 85 0.25 0 0.16 0.60 141.6 0.14 0.35
Hex 4C 65 55 19 0 10 3C 8E E 23
Octal 114 145 125 31 0 20 74 216 16 43
Binary 1001100 1100101 1010101 11001 0 10000 111100 10001110 1110 100011

Color Harmonies of #4C6555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6555

Black with #4C6555

Text Example


Text Example

White with #4C6555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,85); }

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

background-color css

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

 a { background-color: rgb(76,101,85); }

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

border-color css

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

 span { border-color: rgb(76,101,85); }

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