#4B6319

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

Shades of Verdun Green #4B6319

Tints of Verdun Green #4B6319

Color information

#4B6319 (or 0x4B6319) is unknown color: approx Verdun Green. HEX triplet: 4B, 63 and 19. RGB value is (75,99,25). Sum of RGB (Red+Green+Blue) = 75+99+25=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6319 is #B49CE6. Grayscale: #535353. Windows color (decimal): -11836647 or 1663819. OLE color: 1663819.

HSL color Cylindrical-coordinate representation of color #4B6319: hue angle of 79.46º 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 #4B6319 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB759925-
CMYK0.2400.750.61
HSL79.46º59.68%24.31%-
HSV(B)79.46º74.75%38.82%-
XYZ7.5410.492.55-
YUV83.3995.05122.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=37.69%
G=49.75%
B=12.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599250.2400.750.6179.4659.6824.31
Hex4B63191804B3D4f3c18
Octal11314331300113751177430
Binary10010111100011110011100001001011111101100111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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