Html Css Color HEX #4C6200 Verdun Green

📋 copy color: '#4C6200'

red 76 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #4C6200

Tints of Verdun Green #4C6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.32%

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

R = 43.68%
G = 56.32%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#4C6200 (or 0x4C6200) is known color: Verdun Green. HEX triplet: 4C, 62 and 00. RGB value is (76,98,0). Sum of RGB (Red+Green+Blue) = 76+98+0=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6200 is #B39DFF. Grayscale: #505050. Windows color (decimal): -11771392 or 25164. OLE color: 25164.

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

Color convert

RGB 76 98 0 -
CMYK 0.22 0 1 0.62
HSL 73.47º 1% 0.19% -
HSV(B) 73.47º 1% 0.38% -
XYZ 7.35 10.27 1.6 -
YUV 80.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 76 98 0 0.22 0 1 0.62 73.47 1 0.19
Hex 4C 62 0 16 0 64 3E 49 64 13
Octal 114 142 0 26 0 144 76 111 144 23
Binary 1001100 1100010 0 10110 0 1100100 111110 1001001 1100100 10011

Color Harmonies of #4C6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6200

Black with #4C6200

Text Example


Text Example

White with #4C6200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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