Html Css Color HEX #4F6900 Verdun Green

📋 copy color: '#4F6900'

red 79 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #4F6900

Tints of Verdun Green #4F6900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.93%
G = 57.07%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#4F6900 (or 0x4F6900) is known color: Verdun Green. HEX triplet: 4F, 69 and 00. RGB value is (79,105,0). Sum of RGB (Red+Green+Blue) = 79+105+0=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6900 is #B096FF. Grayscale: #555555. Windows color (decimal): -11572992 or 26959. OLE color: 26959.

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

Color convert

RGB 79 105 0 -
CMYK 0.25 0 1 0.59
HSL 74.86º 1% 0.21% -
HSV(B) 74.86º 1% 0.41% -
XYZ 8.28 11.77 1.83 -
YUV 85.26 79.89 123.54 -
System Red Green Blue C M Y K H S L
Decimal 79 105 0 0.25 0 1 0.59 74.86 1 0.21
Hex 4F 69 0 19 0 64 3B 4B 64 15
Octal 117 151 0 31 0 144 73 113 144 25
Binary 1001111 1101001 0 11001 0 1100100 111011 1001011 1100100 10101

Color Harmonies of #4F6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6900

Black with #4F6900

Text Example


Text Example

White with #4F6900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,0); }

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

background-color css

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

 a { background-color: rgb(79,105,0); }

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

border-color css

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

 span { border-color: rgb(79,105,0); }

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