#3B600C

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

Shades of Verdun Green #3B600C

Tints of Verdun Green #3B600C

Color information

#3B600C (or 0x3B600C) is unknown color: approx Verdun Green. HEX triplet: 3B, 60 and 0C. RGB value is (59,96,12). Sum of RGB (Red+Green+Blue) = 59+96+12=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #3B600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B600C is #C49FF3. Grayscale: #4B4B4B. Windows color (decimal): -12886004 or 811067. OLE color: 811067.

HSL color Cylindrical-coordinate representation of color #3B600C: hue angle of 86.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B600C is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB599612-
CMYK0.3900.880.62
HSL86.43º77.78%21.18%-
HSV(B)86.43º87.5%37.65%-
XYZ6.059.321.83-
YUV75.3692.24116.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=35.33%
G=57.49%
B=7.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996120.3900.880.6286.4377.7821.18
Hex3B60C270583E564e15
Octal73140144701307612611625
Binary11101111000001100100111010110001111101010110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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