#4B5513

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

Shades of Verdun Green #4B5513

Tints of Verdun Green #4B5513

Color information

#4B5513 (or 0x4B5513) is unknown color: approx Verdun Green. HEX triplet: 4B, 55 and 13. RGB value is (75,85,19). Sum of RGB (Red+Green+Blue) = 75+85+19=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5513 is #B4AAEC. Grayscale: #4A4A4A. Windows color (decimal): -11840237 or 1267019. OLE color: 1267019.

HSL color Cylindrical-coordinate representation of color #4B5513: hue angle of 69.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B5513 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB758519-
CMYK0.1200.780.67
HSL69.09º63.46%20.39%-
HSV(B)69.09º77.65%33.33%-
XYZ6.278.041.84-
YUV74.4996.69128.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.90%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=41.90%
G=47.49%
B=10.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585190.1200.780.6769.0963.4620.39
Hex4B5513C04E43453f14
Octal113125231401161031057724
Binary10010111010101100111100010011101000011100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,19); }

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

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

 a { background-color: rgb(75,85,19); }

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

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

 span { border-color: rgb(75,85,19); }

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