#3B640F

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

Shades of Verdun Green #3B640F

Tints of Verdun Green #3B640F

Color information

#3B640F (or 0x3B640F) is unknown color: approx Verdun Green. HEX triplet: 3B, 64 and 0F. RGB value is (59,100,15). Sum of RGB (Red+Green+Blue) = 59+100+15=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #3B640F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B640F is #C49BF0. Grayscale: #4E4E4E. Windows color (decimal): -12884977 or 1008699. OLE color: 1008699.

HSL color Cylindrical-coordinate representation of color #3B640F: hue angle of 88.94º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B640F is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB5910015-
CMYK0.4100.850.61
HSL88.94º73.91%22.55%-
HSV(B)88.94º85%39.22%-
XYZ6.4510.082.06-
YUV78.0592.42114.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=33.91%
G=57.47%
B=8.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59100150.4100.850.6188.9473.9122.55
Hex3B64F290553D594a17
Octal73144175101257513111227
Binary11101111001001111101001010101011111011011001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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