Html Css Color HEX #4C7203 Verdun Green

📋 copy color: '#4C7203'

red 76 ◦ green 114 ◦ blue 3

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

Shades of Verdun Green #4C7203

Tints of Verdun Green #4C7203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.07%

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 39.38%
G = 59.07%
B = 1.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#4C7203 (or 0x4C7203) is known color: Verdun Green. HEX triplet: 4C, 72 and 03. RGB value is (76,114,3). Sum of RGB (Red+Green+Blue) = 76+114+3=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7203 is #B38DFC. Grayscale: #5A5A5A. Windows color (decimal): -11767293 or 225868. OLE color: 225868.

HSL color Cylindrical-coordinate representation of color #4C7203: hue angle of 80.54º degrees, saturation: 0.95, 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 #4C7203 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 114 3 -
CMYK 0.33 0 0.97 0.55
HSL 80.54º 0.95% 0.23% -
HSV(B) 80.54º 0.97% 0.45% -
XYZ 9.01 13.58 2.23 -
YUV 89.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 76 114 3 0.33 0 0.97 0.55 80.54 0.95 0.23
Hex 4C 72 3 21 0 61 37 51 5F 17
Octal 114 162 3 41 0 141 67 121 137 27
Binary 1001100 1110010 11 100001 0 1100001 110111 1010001 1011111 10111

Color Harmonies of #4C7203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7203

Black with #4C7203

Text Example


Text Example

White with #4C7203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,114,3); }

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

background-color css

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

 a { background-color: rgb(76,114,3); }

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

border-color css

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

 span { border-color: rgb(76,114,3); }

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