Html Css Color HEX #4C6215 Verdun Green

📋 copy color: '#4C6215'

red 76 ◦ green 98 ◦ blue 21

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

Shades of Verdun Green #4C6215

Tints of Verdun Green #4C6215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 38.97%
G = 50.26%
B = 10.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#4C6215 (or 0x4C6215) is known color: Verdun Green. HEX triplet: 4C, 62 and 15. RGB value is (76,98,21). Sum of RGB (Red+Green+Blue) = 76+98+21=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6215 is #B39DEA. Grayscale: #525252. Windows color (decimal): -11771371 or 1401420. OLE color: 1401420.

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

Color convert

RGB 76 98 21 -
CMYK 0.22 0 0.79 0.62
HSL 77.14º 0.65% 0.23% -
HSV(B) 77.14º 0.79% 0.38% -
XYZ 7.48 10.33 2.31 -
YUV 82.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 76 98 21 0.22 0 0.79 0.62 77.14 0.65 0.23
Hex 4C 62 15 16 0 4F 3E 4D 41 17
Octal 114 142 25 26 0 117 76 115 101 27
Binary 1001100 1100010 10101 10110 0 1001111 111110 1001101 1000001 10111

Color Harmonies of #4C6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6215

Black with #4C6215

Text Example


Text Example

White with #4C6215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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