#3B580F

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

Shades of Verdun Green #3B580F

Tints of Verdun Green #3B580F

Color information

#3B580F (or 0x3B580F) is unknown color: approx Verdun Green. HEX triplet: 3B, 58 and 0F. RGB value is (59,88,15). Sum of RGB (Red+Green+Blue) = 59+88+15=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #3B580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B580F is #C4A7F0. Grayscale: #474747. Windows color (decimal): -12888049 or 1005627. OLE color: 1005627.

HSL color Cylindrical-coordinate representation of color #3B580F: hue angle of 83.84º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B580F is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB598815-
CMYK0.3300.830.65
HSL83.84º70.87%20.2%-
HSV(B)83.84º82.95%34.51%-
XYZ5.387.941.7-
YUV71.0196.39119.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=36.42%
G=54.32%
B=9.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988150.3300.830.6583.8470.8720.2
Hex3B58F2105341544714
Octal731301741012310112410724
Binary111011101100011111000010101001110000011010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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