#3E680F

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

Shades of Verdun Green #3E680F

Tints of Verdun Green #3E680F

Color information

#3E680F (or 0x3E680F) is unknown color: approx Verdun Green. HEX triplet: 3E, 68 and 0F. RGB value is (62,104,15). Sum of RGB (Red+Green+Blue) = 62+104+15=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #3E680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E680F is #C197F0. Grayscale: #515151. Windows color (decimal): -12687345 or 1009726. OLE color: 1009726.

HSL color Cylindrical-coordinate representation of color #3E680F: hue angle of 88.31º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E680F is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB6210415-
CMYK0.4000.860.59
HSL88.31º74.79%23.33%-
HSV(B)88.31º85.58%40.78%-
XYZ7.0210.962.2-
YUV81.390.59114.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=34.25%
G=57.46%
B=8.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62104150.4000.860.5988.3174.7923.33
Hex3E68F280563B584b17
Octal76150175001267313011327
Binary11111011010001111101000010101101110111011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,104,15); }

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

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

 a { background-color: rgb(62,104,15); }

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

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

 span { border-color: rgb(62,104,15); }

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