Html Css Color HEX #4C6813 Verdun Green

📋 copy color: '#4C6813'

red 76 ◦ green 104 ◦ blue 19

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

Shades of Verdun Green #4C6813

Tints of Verdun Green #4C6813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.26%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 38.19%
G = 52.26%
B = 9.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#4C6813 (or 0x4C6813) is known color: Verdun Green. HEX triplet: 4C, 68 and 13. RGB value is (76,104,19). Sum of RGB (Red+Green+Blue) = 76+104+19=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6813 is #B397EC. Grayscale: #565656. Windows color (decimal): -11769837 or 1271884. OLE color: 1271884.

HSL color Cylindrical-coordinate representation of color #4C6813: hue angle of 79.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C6813 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 19 -
CMYK 0.27 0 0.82 0.59
HSL 79.76º 0.69% 0.24% -
HSV(B) 79.76º 0.82% 0.41% -
XYZ 8.05 11.48 2.41 -
YUV 85.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 76 104 19 0.27 0 0.82 0.59 79.76 0.69 0.24
Hex 4C 68 13 1B 0 52 3B 50 45 18
Octal 114 150 23 33 0 122 73 120 105 30
Binary 1001100 1101000 10011 11011 0 1010010 111011 1010000 1000101 11000

Color Harmonies of #4C6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6813

Black with #4C6813

Text Example


Text Example

White with #4C6813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,104,19); }

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

background-color css

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

 a { background-color: rgb(76,104,19); }

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

border-color css

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

 span { border-color: rgb(76,104,19); }

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