Html Css Color HEX #4F5514 Verdun Green

📋 copy color: '#4F5514'

red 79 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #4F5514

Tints of Verdun Green #4F5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.2%

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

R = 42.93%
G = 46.2%
B = 10.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#4F5514 (or 0x4F5514) is known color: Verdun Green. HEX triplet: 4F, 55 and 14. RGB value is (79,85,20). Sum of RGB (Red+Green+Blue) = 79+85+20=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5514 is #B0AAEB. Grayscale: #4C4C4C. Windows color (decimal): -11578092 or 1332559. OLE color: 1332559.

HSL color Cylindrical-coordinate representation of color #4F5514: hue angle of 65.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F5514 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 20 -
CMYK 0.07 0 0.76 0.67
HSL 65.54º 0.62% 0.21% -
HSV(B) 65.54º 0.76% 0.33% -
XYZ 6.6 8.21 1.9 -
YUV 75.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 79 85 20 0.07 0 0.76 0.67 65.54 0.62 0.21
Hex 4F 55 14 7 0 4C 43 42 3E 15
Octal 117 125 24 7 0 114 103 102 76 25
Binary 1001111 1010101 10100 111 0 1001100 1000011 1000010 111110 10101

Color Harmonies of #4F5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5514

Black with #4F5514

Text Example


Text Example

White with #4F5514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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