#3D640C

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

Shades of Verdun Green #3D640C

Tints of Verdun Green #3D640C

Color information

#3D640C (or 0x3D640C) is unknown color: approx Verdun Green. HEX triplet: 3D, 64 and 0C. RGB value is (61,100,12). Sum of RGB (Red+Green+Blue) = 61+100+12=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #3D640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D640C is #C29BF3. Grayscale: #4E4E4E. Windows color (decimal): -12753908 or 812093. OLE color: 812093.

HSL color Cylindrical-coordinate representation of color #3D640C: hue angle of 86.59º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D640C is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB6110012-
CMYK0.3900.880.61
HSL86.59º78.57%21.96%-
HSV(B)86.59º88%39.22%-
XYZ6.5510.131.96-
YUV78.3190.58115.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=35.26%
G=57.80%
B=6.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100120.3900.880.6186.5978.5721.96
Hex3D64C270583D574f16
Octal75144144701307512711726
Binary11110111001001100100111010110001111011010111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,12); }

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

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

 a { background-color: rgb(61,100,12); }

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

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

 span { border-color: rgb(61,100,12); }

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