#4B5319

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

Shades of Verdun Green #4B5319

Tints of Verdun Green #4B5319

Color information

#4B5319 (or 0x4B5319) is unknown color: approx Verdun Green. HEX triplet: 4B, 53 and 19. RGB value is (75,83,25). Sum of RGB (Red+Green+Blue) = 75+83+25=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5319 is #B4ACE6. Grayscale: #4A4A4A. Windows color (decimal): -11840743 or 1659723. OLE color: 1659723.

HSL color Cylindrical-coordinate representation of color #4B5319: hue angle of 68.28º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B5319 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB758325-
CMYK0.1000.700.67
HSL68.28º53.7%21.18%-
HSV(B)68.28º69.88%32.55%-
XYZ6.177.752.09-
YUV74100.35128.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=40.98%
G=45.36%
B=13.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583250.1000.700.6768.2853.721.18
Hex4B5319A04643443615
Octal113123311201061031046625
Binary10010111010011110011010010001101000011100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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