Html Css Color HEX #4C5015 Verdun Green

📋 copy color: '#4C5015'

red 76 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #4C5015

Tints of Verdun Green #4C5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 42.94%
G = 45.2%
B = 11.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#4C5015 (or 0x4C5015) is known color: Verdun Green. HEX triplet: 4C, 50 and 15. RGB value is (76,80,21). Sum of RGB (Red+Green+Blue) = 76+80+21=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5015 is #B3AFEA. Grayscale: #484848. Windows color (decimal): -11775979 or 1396812. OLE color: 1396812.

HSL color Cylindrical-coordinate representation of color #4C5015: hue angle of 64.07º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C5015 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 80 21 -
CMYK 0.05 0 0.74 0.69
HSL 64.07º 0.58% 0.2% -
HSV(B) 64.07º 0.74% 0.31% -
XYZ 5.98 7.33 1.81 -
YUV 72.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 76 80 21 0.05 0 0.74 0.69 64.07 0.58 0.2
Hex 4C 50 15 5 0 4A 45 40 3A 14
Octal 114 120 25 5 0 112 105 100 72 24
Binary 1001100 1010000 10101 101 0 1001010 1000101 1000000 111010 10100

Color Harmonies of #4C5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5015

Black with #4C5015

Text Example


Text Example

White with #4C5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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