#4B4F15

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

Shades of Verdun Green #4B4F15

Tints of Verdun Green #4B4F15

Color information

#4B4F15 (or 0x4B4F15) is unknown color: approx Verdun Green. HEX triplet: 4B, 4F and 15. RGB value is (75,79,21). Sum of RGB (Red+Green+Blue) = 75+79+21=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B4F15 is #B4B0EA. Grayscale: #474747. Windows color (decimal): -11841771 or 1396555. OLE color: 1396555.

HSL color Cylindrical-coordinate representation of color #4B4F15: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B4F15 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB757921-
CMYK0.0500.730.69
HSL64.14º58%19.61%-
HSV(B)64.14º73.42%30.98%-
XYZ5.837.141.78-
YUV71.1999.67130.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 21 (8.59% from 255) = 12%
R=42.86%
G=45.14%
B=12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579210.0500.730.6964.145819.61
Hex4B4F15504945403a14
Octal11311725501111051007224
Binary1001011100111110101101010010011000101100000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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