Html Css Color HEX #4F5814 Verdun Green

📋 copy color: '#4F5814'

red 79 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #4F5814

Tints of Verdun Green #4F5814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 42.25%
G = 47.06%
B = 10.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#4F5814 (or 0x4F5814) is known color: Verdun Green. HEX triplet: 4F, 58 and 14. RGB value is (79,88,20). Sum of RGB (Red+Green+Blue) = 79+88+20=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5814 is #B0A7EB. Grayscale: #4D4D4D. Windows color (decimal): -11577324 or 1333327. OLE color: 1333327.

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

Color convert

RGB 79 88 20 -
CMYK 0.10 0 0.77 0.65
HSL 67.94º 0.63% 0.21% -
HSV(B) 67.94º 0.77% 0.35% -
XYZ 6.84 8.69 1.98 -
YUV 77.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 79 88 20 0.10 0 0.77 0.65 67.94 0.63 0.21
Hex 4F 58 14 A 0 4D 41 44 3F 15
Octal 117 130 24 12 0 115 101 104 77 25
Binary 1001111 1011000 10100 1010 0 1001101 1000001 1000100 111111 10101

Color Harmonies of #4F5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5814

Black with #4F5814

Text Example


Text Example

White with #4F5814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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