Html Css Color HEX #4F611A Verdun Green

📋 copy color: '#4F611A'

red 79 ◦ green 97 ◦ blue 26

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

Shades of Verdun Green #4F611A

Tints of Verdun Green #4F611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 39.11%
G = 48.02%
B = 12.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#4F611A (or 0x4F611A) is known color: Verdun Green. HEX triplet: 4F, 61 and 1A. RGB value is (79,97,26). Sum of RGB (Red+Green+Blue) = 79+97+26=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #4F611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F611A is #B09EE5. Grayscale: #535353. Windows color (decimal): -11575014 or 1728847. OLE color: 1728847.

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

Color convert

RGB 79 97 26 -
CMYK 0.19 0 0.73 0.62
HSL 75.21º 0.58% 0.24% -
HSV(B) 75.21º 0.73% 0.38% -
XYZ 7.69 10.29 2.56 -
YUV 83.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 79 97 26 0.19 0 0.73 0.62 75.21 0.58 0.24
Hex 4F 61 1A 13 0 49 3E 4B 3A 18
Octal 117 141 32 23 0 111 76 113 72 30
Binary 1001111 1100001 11010 10011 0 1001001 111110 1001011 111010 11000

Color Harmonies of #4F611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F611A

Black with #4F611A

Text Example


Text Example

White with #4F611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,26); }

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

background-color css

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

 a { background-color: rgb(79,97,26); }

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

border-color css

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

 span { border-color: rgb(79,97,26); }

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