Html Css Color HEX #4C6300 Verdun Green

📋 copy color: '#4C6300'

red 76 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #4C6300

Tints of Verdun Green #4C6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.57%

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

R = 43.43%
G = 56.57%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#4C6300 (or 0x4C6300) is known color: Verdun Green. HEX triplet: 4C, 63 and 00. RGB value is (76,99,0). Sum of RGB (Red+Green+Blue) = 76+99+0=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6300 is #B39CFF. Grayscale: #515151. Windows color (decimal): -11771136 or 25420. OLE color: 25420.

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

Color convert

RGB 76 99 0 -
CMYK 0.23 0 1 0.61
HSL 73.94º 1% 0.19% -
HSV(B) 73.94º 1% 0.39% -
XYZ 7.44 10.46 1.63 -
YUV 80.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 76 99 0 0.23 0 1 0.61 73.94 1 0.19
Hex 4C 63 0 17 0 64 3D 4A 64 13
Octal 114 143 0 27 0 144 75 112 144 23
Binary 1001100 1100011 0 10111 0 1100100 111101 1001010 1100100 10011

Color Harmonies of #4C6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6300

Black with #4C6300

Text Example


Text Example

White with #4C6300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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