Html Css Color HEX #4C6E00 Verdun Green

📋 copy color: '#4C6E00'

red 76 ◦ green 110 ◦ blue 0

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

Shades of Verdun Green #4C6E00

Tints of Verdun Green #4C6E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 59.14%

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

R = 40.86%
G = 59.14%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#4C6E00 (or 0x4C6E00) is known color: Verdun Green. HEX triplet: 4C, 6E and 00. RGB value is (76,110,0). Sum of RGB (Red+Green+Blue) = 76+110+0=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #4C6E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6E00 is #B391FF. Grayscale: #575757. Windows color (decimal): -11768320 or 28236. OLE color: 28236.

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

Color convert

RGB 76 110 0 -
CMYK 0.31 0 1 0.57
HSL 78.55º 1% 0.22% -
HSV(B) 78.55º 1% 0.43% -
XYZ 8.56 12.69 2 -
YUV 87.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 76 110 0 0.31 0 1 0.57 78.55 1 0.22
Hex 4C 6E 0 1F 0 64 39 4F 64 16
Octal 114 156 0 37 0 144 71 117 144 26
Binary 1001100 1101110 0 11111 0 1100100 111001 1001111 1100100 10110

Color Harmonies of #4C6E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6E00

Black with #4C6E00

Text Example


Text Example

White with #4C6E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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