#4F6319

Color #4F6319 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4F6319

Tints of Verdun Green #4F6319

Color information

#4F6319 (or 0x4F6319) is unknown color: approx Verdun Green. HEX triplet: 4F, 63 and 19. RGB value is (79,99,25). Sum of RGB (Red+Green+Blue) = 79+99+25=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6319 is #B09CE6. Grayscale: #545454. Windows color (decimal): -11574503 or 1663823. OLE color: 1663823.

HSL color Cylindrical-coordinate representation of color #4F6319: hue angle of 76.22º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F6319 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB799925-
CMYK0.2000.750.61
HSL76.22º59.68%24.31%-
HSV(B)76.22º74.75%38.82%-
XYZ7.8610.662.56-
YUV84.5894.37124.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=38.92%
G=48.77%
B=12.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7999250.2000.750.6176.2259.6824.31
Hex4F63191404B3D4c3c18
Octal11714331240113751147430
Binary10011111100011110011010001001011111101100110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,25); }

 H1.HeaderClassName
 {
   color: #4F6319;
 }
 .AnyTagClassName
 {
   color: #4F6319;
 }
</style>
background-color css

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

 a { background-color: rgb(79,99,25); }

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

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

 span { border-color: rgb(79,99,25); }

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