#4B541A

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

Shades of Verdun Green #4B541A

Tints of Verdun Green #4B541A

Color information

#4B541A (or 0x4B541A) is unknown color: approx Verdun Green. HEX triplet: 4B, 54 and 1A. RGB value is (75,84,26). Sum of RGB (Red+Green+Blue) = 75+84+26=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541A is #B4ABE5. Grayscale: #4A4A4A. Windows color (decimal): -11840486 or 1725515. OLE color: 1725515.

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

Color convert

RGB758426-
CMYK0.1100.690.67
HSL69.31º52.73%21.57%-
HSV(B)69.31º69.05%32.94%-
XYZ6.267.912.17-
YUV74.7100.52128.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=40.54%
G=45.41%
B=14.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584260.1100.690.6769.3152.7321.57
Hex4B541AB04543453516
Octal113124321301051031056526
Binary10010111010100110101011010001011000011100010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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