Html Css Color HEX #4C7304 Verdun Green

📋 copy color: '#4C7304'

red 76 ◦ green 115 ◦ blue 4

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

Shades of Verdun Green #4C7304

Tints of Verdun Green #4C7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.97%

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 38.97%
G = 58.97%
B = 2.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#4C7304 (or 0x4C7304) is known color: Verdun Green. HEX triplet: 4C, 73 and 04. RGB value is (76,115,4). Sum of RGB (Red+Green+Blue) = 76+115+4=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7304 is #B38CFB. Grayscale: #5B5B5B. Windows color (decimal): -11767036 or 291660. OLE color: 291660.

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

Color convert

RGB 76 115 4 -
CMYK 0.34 0 0.97 0.55
HSL 81.08º 0.93% 0.23% -
HSV(B) 81.08º 0.97% 0.45% -
XYZ 9.13 13.81 2.3 -
YUV 90.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 76 115 4 0.34 0 0.97 0.55 81.08 0.93 0.23
Hex 4C 73 4 22 0 61 37 51 5D 17
Octal 114 163 4 42 0 141 67 121 135 27
Binary 1001100 1110011 100 100010 0 1100001 110111 1010001 1011101 10111

Color Harmonies of #4C7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7304

Black with #4C7304

Text Example


Text Example

White with #4C7304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,4); }

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

background-color css

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

 a { background-color: rgb(76,115,4); }

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

border-color css

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

 span { border-color: rgb(76,115,4); }

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