Html Css Color HEX #4F6501 Verdun Green

📋 copy color: '#4F6501'

red 79 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #4F6501

Tints of Verdun Green #4F6501

RGB

 RED value IS 79 (31.25% from 255) = 43.65%

 GREEN value IS 101 (39.84% from 255) = 55.8%

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

R = 43.65%
G = 55.8%
B = 0.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#4F6501 (or 0x4F6501) is known color: Verdun Green. HEX triplet: 4F, 65 and 01. RGB value is (79,101,1). Sum of RGB (Red+Green+Blue) = 79+101+1=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6501 is #B09AFE. Grayscale: #535353. Windows color (decimal): -11574015 or 91471. OLE color: 91471.

HSL color Cylindrical-coordinate representation of color #4F6501: hue angle of 73.2º 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 #4F6501 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 101 1 -
CMYK 0.22 0 0.99 0.60
HSL 73.2º 0.98% 0.2% -
HSV(B) 73.2º 0.99% 0.4% -
XYZ 7.88 10.97 1.73 -
YUV 83.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 79 101 1 0.22 0 0.99 0.60 73.2 0.98 0.2
Hex 4F 65 1 16 0 63 3C 49 62 14
Octal 117 145 1 26 0 143 74 111 142 24
Binary 1001111 1100101 1 10110 0 1100011 111100 1001001 1100010 10100

Color Harmonies of #4F6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6501

Black with #4F6501

Text Example


Text Example

White with #4F6501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,101,1); }

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

background-color css

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

 a { background-color: rgb(79,101,1); }

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

border-color css

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

 span { border-color: rgb(79,101,1); }

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