Html Css Color HEX #4F580E Verdun Green

📋 copy color: '#4F580E'

red 79 ◦ green 88 ◦ blue 14

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

Shades of Verdun Green #4F580E

Tints of Verdun Green #4F580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.62%

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 43.65%
G = 48.62%
B = 7.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#4F580E (or 0x4F580E) is known color: Verdun Green. HEX triplet: 4F, 58 and 0E. RGB value is (79,88,14). Sum of RGB (Red+Green+Blue) = 79+88+14=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #4F580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F580E is #B0A7F1. Grayscale: #4D4D4D. Windows color (decimal): -11577330 or 940111. OLE color: 940111.

HSL color Cylindrical-coordinate representation of color #4F580E: hue angle of 67.3º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F580E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 88 14 -
CMYK 0.10 0 0.84 0.65
HSL 67.3º 0.73% 0.2% -
HSV(B) 67.3º 0.84% 0.35% -
XYZ 6.79 8.67 1.73 -
YUV 76.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 79 88 14 0.10 0 0.84 0.65 67.3 0.73 0.2
Hex 4F 58 E A 0 54 41 43 49 14
Octal 117 130 16 12 0 124 101 103 111 24
Binary 1001111 1011000 1110 1010 0 1010100 1000001 1000011 1001001 10100

Color Harmonies of #4F580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F580E

Black with #4F580E

Text Example


Text Example

White with #4F580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,14); }

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

background-color css

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

 a { background-color: rgb(79,88,14); }

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

border-color css

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

 span { border-color: rgb(79,88,14); }

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