Html Css Color HEX #4F620F Verdun Green

📋 copy color: '#4F620F'

red 79 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #4F620F

Tints of Verdun Green #4F620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.04%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 41.15%
G = 51.04%
B = 7.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#4F620F (or 0x4F620F) is known color: Verdun Green. HEX triplet: 4F, 62 and 0F. RGB value is (79,98,15). Sum of RGB (Red+Green+Blue) = 79+98+15=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #4F620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F620F is #B09DF0. Grayscale: #535353. Windows color (decimal): -11574769 or 1008207. OLE color: 1008207.

HSL color Cylindrical-coordinate representation of color #4F620F: hue angle of 73.73º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F620F is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 98 15 -
CMYK 0.19 0 0.85 0.62
HSL 73.73º 0.73% 0.22% -
HSV(B) 73.73º 0.85% 0.38% -
XYZ 7.68 10.43 2.06 -
YUV 82.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 79 98 15 0.19 0 0.85 0.62 73.73 0.73 0.22
Hex 4F 62 F 13 0 55 3E 4A 49 16
Octal 117 142 17 23 0 125 76 112 111 26
Binary 1001111 1100010 1111 10011 0 1010101 111110 1001010 1001001 10110

Color Harmonies of #4F620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F620F

Black with #4F620F

Text Example


Text Example

White with #4F620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,15); }

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

background-color css

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

 a { background-color: rgb(79,98,15); }

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

border-color css

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

 span { border-color: rgb(79,98,15); }

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