#3B550F

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

Shades of Verdun Green #3B550F

Tints of Verdun Green #3B550F

Color information

#3B550F (or 0x3B550F) is unknown color: approx Verdun Green. HEX triplet: 3B, 55 and 0F. RGB value is (59,85,15). Sum of RGB (Red+Green+Blue) = 59+85+15=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #3B550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B550F is #C4AAF0. Grayscale: #454545. Windows color (decimal): -12888817 or 1004859. OLE color: 1004859.

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

Color convert

RGB598515-
CMYK0.3100.820.67
HSL82.29º70%19.61%-
HSV(B)82.29º82.35%33.33%-
XYZ5.147.461.62-
YUV69.2597.39120.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=37.11%
G=53.46%
B=9.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985150.3100.820.6782.297019.61
Hex3B55F1F05243524614
Octal731251737012210312210624
Binary11101110101011111111110101001010000111010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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