#3B5319

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

Shades of Verdun Green #3B5319

Tints of Verdun Green #3B5319

Color information

#3B5319 (or 0x3B5319) is unknown color: approx Verdun Green. HEX triplet: 3B, 53 and 19. RGB value is (59,83,25). Sum of RGB (Red+Green+Blue) = 59+83+25=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5319 is #C4ACE6. Grayscale: #454545. Windows color (decimal): -12889319 or 1659707. OLE color: 1659707.

HSL color Cylindrical-coordinate representation of color #3B5319: hue angle of 84.83º 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 #3B5319 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB598325-
CMYK0.2900.700.67
HSL84.83º53.7%21.18%-
HSV(B)84.83º69.88%32.55%-
XYZ5.077.192.04-
YUV69.21103.05120.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=35.33%
G=49.70%
B=14.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983250.2900.700.6784.8353.721.18
Hex3B53191D04643553615
Octal73123313501061031256625
Binary11101110100111100111101010001101000011101010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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