#3B6A03

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

Shades of Verdun Green #3B6A03

Tints of Verdun Green #3B6A03

Color information

#3B6A03 (or 0x3B6A03) is unknown color: approx Verdun Green. HEX triplet: 3B, 6A and 03. RGB value is (59,106,3). Sum of RGB (Red+Green+Blue) = 59+106+3=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6A03 is #C495FC. Grayscale: #505050. Windows color (decimal): -12883453 or 223803. OLE color: 223803.

HSL color Cylindrical-coordinate representation of color #3B6A03: hue angle of 87.38º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B6A03 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB591063-
CMYK0.4400.970.58
HSL87.38º94.5%21.37%-
HSV(B)87.38º97.17%41.57%-
XYZ6.9711.241.89-
YUV80.284.43112.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 106 (41.80% from 255) = 63.10%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=35.12%
G=63.10%
B=1.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5910630.4400.970.5887.3894.521.37
Hex3B6A32C0613A575e15
Octal7315235401417212713625
Binary111011110101011101100011000011110101010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,3); }

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

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

 a { background-color: rgb(59,106,3); }

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

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

 span { border-color: rgb(59,106,3); }

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