#3B5409

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

Shades of Verdun Green #3B5409

Tints of Verdun Green #3B5409

Color information

#3B5409 (or 0x3B5409) is unknown color: approx Verdun Green. HEX triplet: 3B, 54 and 09. RGB value is (59,84,9). Sum of RGB (Red+Green+Blue) = 59+84+9=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5409 is #C4ABF6. Grayscale: #444444. Windows color (decimal): -12889079 or 611387. OLE color: 611387.

HSL color Cylindrical-coordinate representation of color #3B5409: hue angle of 80º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B5409 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB59849-
CMYK0.3000.890.67
HSL80º80.65%18.24%-
HSV(B)80º89.29%32.94%-
XYZ5.027.291.4-
YUV67.9794.72121.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=38.82%
G=55.26%
B=5.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal598490.3000.890.678080.6518.24
Hex3B5491E05943505112
Octal731241136013110312012122
Binary11101110101001001111100101100110000111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,9); }

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

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

 a { background-color: rgb(59,84,9); }

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

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

 span { border-color: rgb(59,84,9); }

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