Html Css Color HEX #4C4800 Verdun Green

📋 copy color: '#4C4800'

red 76 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #4C4800

Tints of Verdun Green #4C4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.35%
G = 48.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#4C4800 (or 0x4C4800) is known color: Verdun Green. HEX triplet: 4C, 48 and 00. RGB value is (76,72,0). Sum of RGB (Red+Green+Blue) = 76+72+0=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4800 is #B3B7FF. Grayscale: #414141. Windows color (decimal): -11778048 or 18508. OLE color: 18508.

HSL color Cylindrical-coordinate representation of color #4C4800: hue angle of 56.84º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C4800 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 72 0 -
CMYK 0 0.05 1 0.70
HSL 56.84º 1% 0.15% -
HSV(B) 56.84º 1% 0.3% -
XYZ 5.3 6.17 0.91 -
YUV 64.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 76 72 0 0 0.05 1 0.70 56.84 1 0.15
Hex 4C 48 0 0 5 64 46 39 64 F
Octal 114 110 0 0 5 144 106 71 144 17
Binary 1001100 1001000 0 0 101 1100100 1000110 111001 1100100 1111

Color Harmonies of #4C4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4800

Black with #4C4800

Text Example


Text Example

White with #4C4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,0); }

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

background-color css

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

 a { background-color: rgb(76,72,0); }

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

border-color css

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

 span { border-color: rgb(76,72,0); }

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