Html Css Color HEX #4C7100 Verdun Green

📋 copy color: '#4C7100'

red 76 ◦ green 113 ◦ blue 0

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

Shades of Verdun Green #4C7100

Tints of Verdun Green #4C7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.79%

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

R = 40.21%
G = 59.79%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#4C7100 (or 0x4C7100) is known color: Verdun Green. HEX triplet: 4C, 71 and 00. RGB value is (76,113,0). Sum of RGB (Red+Green+Blue) = 76+113+0=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7100 is #B38EFF. Grayscale: #595959. Windows color (decimal): -11767552 or 29004. OLE color: 29004.

HSL color Cylindrical-coordinate representation of color #4C7100: hue angle of 79.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C7100 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 0 -
CMYK 0.33 0 1 0.56
HSL 79.65º 1% 0.22% -
HSV(B) 79.65º 1% 0.44% -
XYZ 8.89 13.35 2.11 -
YUV 89.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 76 113 0 0.33 0 1 0.56 79.65 1 0.22
Hex 4C 71 0 21 0 64 38 50 64 16
Octal 114 161 0 41 0 144 70 120 144 26
Binary 1001100 1110001 0 100001 0 1100100 111000 1010000 1100100 10110

Color Harmonies of #4C7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7100

Black with #4C7100

Text Example


Text Example

White with #4C7100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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