Html Css Color HEX #4F5213 Verdun Green

📋 copy color: '#4F5213'

red 79 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #4F5213

Tints of Verdun Green #4F5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 43.89%
G = 45.56%
B = 10.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#4F5213 (or 0x4F5213) is known color: Verdun Green. HEX triplet: 4F, 52 and 13. RGB value is (79,82,19). Sum of RGB (Red+Green+Blue) = 79+82+19=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #4F5213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5213 is #B0ADEC. Grayscale: #4A4A4A. Windows color (decimal): -11578861 or 1266255. OLE color: 1266255.

HSL color Cylindrical-coordinate representation of color #4F5213: hue angle of 62.86º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F5213 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 82 19 -
CMYK 0.04 0 0.77 0.68
HSL 62.86º 0.62% 0.2% -
HSV(B) 62.86º 0.77% 0.32% -
XYZ 6.36 7.74 1.78 -
YUV 73.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 79 82 19 0.04 0 0.77 0.68 62.86 0.62 0.2
Hex 4F 52 13 4 0 4D 44 3F 3E 14
Octal 117 122 23 4 0 115 104 77 76 24
Binary 1001111 1010010 10011 100 0 1001101 1000100 111111 111110 10100

Color Harmonies of #4F5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5213

Black with #4F5213

Text Example


Text Example

White with #4F5213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,19); }

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

background-color css

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

 a { background-color: rgb(79,82,19); }

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

border-color css

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

 span { border-color: rgb(79,82,19); }

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