Html Css Color HEX #4F6115 Verdun Green

📋 copy color: '#4F6115'

red 79 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #4F6115

Tints of Verdun Green #4F6115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 40.1%
G = 49.24%
B = 10.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#4F6115 (or 0x4F6115) is known color: Verdun Green. HEX triplet: 4F, 61 and 15. RGB value is (79,97,21). Sum of RGB (Red+Green+Blue) = 79+97+21=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6115 is #B09EEA. Grayscale: #535353. Windows color (decimal): -11575019 or 1401167. OLE color: 1401167.

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

Color convert

RGB 79 97 21 -
CMYK 0.19 0 0.78 0.62
HSL 74.21º 0.64% 0.23% -
HSV(B) 74.21º 0.78% 0.38% -
XYZ 7.63 10.27 2.29 -
YUV 82.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 79 97 21 0.19 0 0.78 0.62 74.21 0.64 0.23
Hex 4F 61 15 13 0 4E 3E 4A 40 17
Octal 117 141 25 23 0 116 76 112 100 27
Binary 1001111 1100001 10101 10011 0 1001110 111110 1001010 1000000 10111

Color Harmonies of #4F6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6115

Black with #4F6115

Text Example


Text Example

White with #4F6115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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