Html Css Color HEX #4C6701 Verdun Green

📋 copy color: '#4C6701'

red 76 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #4C6701

Tints of Verdun Green #4C6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.22%

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

R = 42.22%
G = 57.22%
B = 0.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#4C6701 (or 0x4C6701) is known color: Verdun Green. HEX triplet: 4C, 67 and 01. RGB value is (76,103,1). Sum of RGB (Red+Green+Blue) = 76+103+1=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6701 is #B398FE. Grayscale: #535353. Windows color (decimal): -11770111 or 91980. OLE color: 91980.

HSL color Cylindrical-coordinate representation of color #4C6701: hue angle of 75.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C6701 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 103 1 -
CMYK 0.26 0 0.99 0.60
HSL 75.88º 0.98% 0.2% -
HSV(B) 75.88º 0.99% 0.4% -
XYZ 7.84 11.24 1.79 -
YUV 83.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 76 103 1 0.26 0 0.99 0.60 75.88 0.98 0.2
Hex 4C 67 1 1A 0 63 3C 4C 62 14
Octal 114 147 1 32 0 143 74 114 142 24
Binary 1001100 1100111 1 11010 0 1100011 111100 1001100 1100010 10100

Color Harmonies of #4C6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6701

Black with #4C6701

Text Example


Text Example

White with #4C6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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