#3B5900

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

Shades of Verdun Green #3B5900

Tints of Verdun Green #3B5900

Color information

#3B5900 (or 0x3B5900) is unknown color: approx Verdun Green. HEX triplet: 3B, 59 and 00. RGB value is (59,89,0). Sum of RGB (Red+Green+Blue) = 59+89+0=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5900 is #C4A6FF. Grayscale: #464646. Windows color (decimal): -12887808 or 22843. OLE color: 22843.

HSL color Cylindrical-coordinate representation of color #3B5900: hue angle of 80.22º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B5900 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB59890-
CMYK0.34010.65
HSL80.22º100%17.45%-
HSV(B)80.22º100%34.9%-
XYZ5.388.071.28-
YUV69.8888.56120.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.86%
G=60.14%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal598900.34010.6580.2210017.45
Hex3B5902206441506411
Octal73131042014410112014421
Binary111011101100101000100110010010000011010000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,0); }

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

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

 a { background-color: rgb(59,89,0); }

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

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

 span { border-color: rgb(59,89,0); }

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