#4B541B

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

Shades of Verdun Green #4B541B

Tints of Verdun Green #4B541B

Color information

#4B541B (or 0x4B541B) is unknown color: approx Verdun Green. HEX triplet: 4B, 54 and 1B. RGB value is (75,84,27). Sum of RGB (Red+Green+Blue) = 75+84+27=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541B is #B4ABE4. Grayscale: #4B4B4B. Windows color (decimal): -11840485 or 1791051. OLE color: 1791051.

HSL color Cylindrical-coordinate representation of color #4B541B: hue angle of 69.47º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B541B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB758427-
CMYK0.1100.680.67
HSL69.47º51.35%21.76%-
HSV(B)69.47º67.86%32.94%-
XYZ6.277.922.23-
YUV74.81101.02128.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=40.32%
G=45.16%
B=14.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584270.1100.680.6769.4751.3521.76
Hex4B541BB04443453316
Octal113124331301041031056326
Binary10010111010100110111011010001001000011100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,27); }

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

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

 a { background-color: rgb(75,84,27); }

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

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

 span { border-color: rgb(75,84,27); }

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