#3B580C

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

Shades of Verdun Green #3B580C

Tints of Verdun Green #3B580C

Color information

#3B580C (or 0x3B580C) is unknown color: approx Verdun Green. HEX triplet: 3B, 58 and 0C. RGB value is (59,88,12). Sum of RGB (Red+Green+Blue) = 59+88+12=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #3B580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B580C is #C4A7F3. Grayscale: #464646. Windows color (decimal): -12888052 or 809019. OLE color: 809019.

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

Color convert

RGB598812-
CMYK0.3300.860.65
HSL82.89º76%19.61%-
HSV(B)82.89º86.36%34.51%-
XYZ5.367.941.6-
YUV70.6694.89119.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=37.11%
G=55.35%
B=7.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988120.3300.860.6582.897619.61
Hex3B58C2105641534c14
Octal731301441012610112311424
Binary111011101100011001000010101011010000011010011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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