Html Css Color HEX #4C4701 Verdun Green

📋 copy color: '#4C4701'

red 76 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #4C4701

Tints of Verdun Green #4C4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.97%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 51.35%
G = 47.97%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C4701 (or 0x4C4701) is known color: Verdun Green. HEX triplet: 4C, 47 and 01. RGB value is (76,71,1). Sum of RGB (Red+Green+Blue) = 76+71+1=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4701 is #B3B8FE. Grayscale: #404040. Windows color (decimal): -11778303 or 83788. OLE color: 83788.

HSL color Cylindrical-coordinate representation of color #4C4701: hue angle of 56º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C4701 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 1 -
CMYK 0 0.07 0.99 0.70
HSL 56º 0.97% 0.15% -
HSV(B) 56º 0.99% 0.3% -
XYZ 5.24 6.05 0.92 -
YUV 64.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 76 71 1 0 0.07 0.99 0.70 56 0.97 0.15
Hex 4C 47 1 0 7 63 46 38 61 F
Octal 114 107 1 0 7 143 106 70 141 17
Binary 1001100 1000111 1 0 111 1100011 1000110 111000 1100001 1111

Color Harmonies of #4C4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4701

Black with #4C4701

Text Example


Text Example

White with #4C4701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,1); }

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

background-color css

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

 a { background-color: rgb(76,71,1); }

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

border-color css

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

 span { border-color: rgb(76,71,1); }

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