#3B6210

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

Shades of Verdun Green #3B6210

Tints of Verdun Green #3B6210

Color information

#3B6210 (or 0x3B6210) is unknown color: approx Verdun Green. HEX triplet: 3B, 62 and 10. RGB value is (59,98,16). Sum of RGB (Red+Green+Blue) = 59+98+16=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6210 is #C49DEF. Grayscale: #4D4D4D. Windows color (decimal): -12885488 or 1073723. OLE color: 1073723.

HSL color Cylindrical-coordinate representation of color #3B6210: hue angle of 88.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B6210 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB599816-
CMYK0.4000.840.62
HSL88.54º71.93%22.35%-
HSV(B)88.54º83.67%38.43%-
XYZ6.269.72.03-
YUV76.9993.58115.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=34.10%
G=56.65%
B=9.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998160.4000.840.6288.5471.9322.35
Hex3B6210280543E594816
Octal73142205001247613111026
Binary111011110001010000101000010101001111101011001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,98,16); }

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

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

 a { background-color: rgb(59,98,16); }

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

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

 span { border-color: rgb(59,98,16); }

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