#3B500A

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

Shades of Verdun Green #3B500A

Tints of Verdun Green #3B500A

Color information

#3B500A (or 0x3B500A) is unknown color: approx Verdun Green. HEX triplet: 3B, 50 and 0A. RGB value is (59,80,10). Sum of RGB (Red+Green+Blue) = 59+80+10=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #3B500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B500A is #C4AFF5. Grayscale: #414141. Windows color (decimal): -12890102 or 675899. OLE color: 675899.

HSL color Cylindrical-coordinate representation of color #3B500A: hue angle of 78º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B500A is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB598010-
CMYK0.2600.870.69
HSL78º77.78%17.65%-
HSV(B)78º87.5%31.37%-
XYZ4.736.691.33-
YUV65.7496.54123.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.60%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=39.60%
G=53.69%
B=6.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980100.2600.870.697877.7817.65
Hex3B50A1A057454e4e12
Octal731201232012710511611622
Binary11101110100001010110100101011110001011001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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