#3B5013

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

Shades of Verdun Green #3B5013

Tints of Verdun Green #3B5013

Color information

#3B5013 (or 0x3B5013) is unknown color: approx Verdun Green. HEX triplet: 3B, 50 and 13. RGB value is (59,80,19). Sum of RGB (Red+Green+Blue) = 59+80+19=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5013 is #C4AFEC. Grayscale: #424242. Windows color (decimal): -12890093 or 1265723. OLE color: 1265723.

HSL color Cylindrical-coordinate representation of color #3B5013: hue angle of 80.66º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B5013 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB598019-
CMYK0.2600.760.69
HSL80.66º61.62%19.41%-
HSV(B)80.66º76.25%31.37%-
XYZ4.796.711.66-
YUV66.77101.04122.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=37.34%
G=50.63%
B=12.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980190.2600.760.6980.6661.6219.41
Hex3B50131A04C45513e13
Octal73120233201141051217623
Binary11101110100001001111010010011001000101101000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,19); }

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

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

 a { background-color: rgb(59,80,19); }

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

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

 span { border-color: rgb(59,80,19); }

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