#39640E

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

Shades of Verdun Green #39640E

Tints of Verdun Green #39640E

Color information

#39640E (or 0x39640E) is unknown color: approx Verdun Green. HEX triplet: 39, 64 and 0E. RGB value is (57,100,14). Sum of RGB (Red+Green+Blue) = 57+100+14=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #39640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39640E is #C69BF1. Grayscale: #4D4D4D. Windows color (decimal): -13016050 or 943161. OLE color: 943161.

HSL color Cylindrical-coordinate representation of color #39640E: hue angle of 90º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39640E is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB5710014-
CMYK0.4300.860.61
HSL90º75.44%22.35%-
HSV(B)90º86%39.22%-
XYZ6.3210.022.02-
YUV77.3492.25113.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 58.48%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=33.33%
G=58.48%
B=8.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100140.4300.860.619075.4422.35
Hex3964E2B0563D5a4b16
Octal71144165301267513211326
Binary11100111001001110101011010101101111011011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39640E; }

 p { color: rgb(57,100,14); }

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

<style>
 a { background-color: #39640E; }

 a { background-color: rgb(57,100,14); }

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

<style>
 span { border-color: #39640E; }

 span { border-color: rgb(57,100,14); }

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