Html Css Color HEX #4C6901 Verdun Green

📋 copy color: '#4C6901'

red 76 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #4C6901

Tints of Verdun Green #4C6901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.69%

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

R = 41.76%
G = 57.69%
B = 0.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#4C6901 (or 0x4C6901) is known color: Verdun Green. HEX triplet: 4C, 69 and 01. RGB value is (76,105,1). Sum of RGB (Red+Green+Blue) = 76+105+1=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6901 is #B396FE. Grayscale: #545454. Windows color (decimal): -11769599 or 92492. OLE color: 92492.

HSL color Cylindrical-coordinate representation of color #4C6901: hue angle of 76.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C6901 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 105 1 -
CMYK 0.28 0 0.99 0.59
HSL 76.73º 0.98% 0.21% -
HSV(B) 76.73º 0.99% 0.41% -
XYZ 8.04 11.64 1.85 -
YUV 84.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 76 105 1 0.28 0 0.99 0.59 76.73 0.98 0.21
Hex 4C 69 1 1C 0 63 3B 4D 62 15
Octal 114 151 1 34 0 143 73 115 142 25
Binary 1001100 1101001 1 11100 0 1100011 111011 1001101 1100010 10101

Color Harmonies of #4C6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6901

Black with #4C6901

Text Example


Text Example

White with #4C6901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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