#3B550E

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

Shades of Verdun Green #3B550E

Tints of Verdun Green #3B550E

Color information

#3B550E (or 0x3B550E) is unknown color: approx Verdun Green. HEX triplet: 3B, 55 and 0E. RGB value is (59,85,14). Sum of RGB (Red+Green+Blue) = 59+85+14=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #3B550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B550E is #C4AAF1. Grayscale: #454545. Windows color (decimal): -12888818 or 939323. OLE color: 939323.

HSL color Cylindrical-coordinate representation of color #3B550E: hue angle of 81.97º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B550E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB598514-
CMYK0.3100.840.67
HSL81.97º71.72%19.41%-
HSV(B)81.97º83.53%33.33%-
XYZ5.137.461.58-
YUV69.1396.89120.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=37.34%
G=53.80%
B=8.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985140.3100.840.6781.9771.7219.41
Hex3B55E1F05443524813
Octal731251637012410312211023
Binary11101110101011110111110101010010000111010010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,14); }

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

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

 a { background-color: rgb(59,85,14); }

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

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

 span { border-color: rgb(59,85,14); }

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