#4B5517

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

Shades of Verdun Green #4B5517

Tints of Verdun Green #4B5517

Color information

#4B5517 (or 0x4B5517) is unknown color: approx Verdun Green. HEX triplet: 4B, 55 and 17. RGB value is (75,85,23). Sum of RGB (Red+Green+Blue) = 75+85+23=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5517 is #B4AAE8. Grayscale: #4B4B4B. Windows color (decimal): -11840233 or 1529163. OLE color: 1529163.

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

Color convert

RGB758523-
CMYK0.1200.730.67
HSL69.68º57.41%21.18%-
HSV(B)69.68º72.94%33.33%-
XYZ6.38.052.03-
YUV74.9498.69128.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 23 (9.38% from 255) = 12.57%
R=40.98%
G=46.45%
B=12.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585230.1200.730.6769.6857.4121.18
Hex4B5517C04943463915
Octal113125271401111031067125
Binary10010111010101101111100010010011000011100011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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