Html Css Color HEX #4C7400 Verdun Green

📋 copy color: '#4C7400'

red 76 ◦ green 116 ◦ blue 0

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

Shades of Verdun Green #4C7400

Tints of Verdun Green #4C7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.42%

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

R = 39.58%
G = 60.42%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#4C7400 (or 0x4C7400) is known color: Verdun Green. HEX triplet: 4C, 74 and 00. RGB value is (76,116,0). Sum of RGB (Red+Green+Blue) = 76+116+0=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7400 is #B38BFF. Grayscale: #5B5B5B. Windows color (decimal): -11766784 or 29772. OLE color: 29772.

HSL color Cylindrical-coordinate representation of color #4C7400: hue angle of 80.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C7400 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 116 0 -
CMYK 0.34 0 1 0.55
HSL 80.69º 1% 0.23% -
HSV(B) 80.69º 1% 0.45% -
XYZ 9.23 14.03 2.22 -
YUV 90.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 76 116 0 0.34 0 1 0.55 80.69 1 0.23
Hex 4C 74 0 22 0 64 37 51 64 17
Octal 114 164 0 42 0 144 67 121 144 27
Binary 1001100 1110100 0 100010 0 1100100 110111 1010001 1100100 10111

Color Harmonies of #4C7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7400

Black with #4C7400

Text Example


Text Example

White with #4C7400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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