#39680A

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

Shades of Verdun Green #39680A

Tints of Verdun Green #39680A

Color information

#39680A (or 0x39680A) is unknown color: approx Verdun Green. HEX triplet: 39, 68 and 0A. RGB value is (57,104,10). Sum of RGB (Red+Green+Blue) = 57+104+10=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #39680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39680A is #C697F5. Grayscale: #4F4F4F. Windows color (decimal): -13015030 or 682041. OLE color: 682041.

HSL color Cylindrical-coordinate representation of color #39680A: hue angle of 90º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39680A is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB5710410-
CMYK0.4500.900.59
HSL90º82.46%22.35%-
HSV(B)90º90.38%40.78%-
XYZ6.6910.792.02-
YUV79.2388.93112.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 60.82%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=33.33%
G=60.82%
B=5.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104100.4500.900.599082.4622.35
Hex3968A2D05A3B5a5216
Octal71150125501327313212226
Binary11100111010001010101101010110101110111011010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39680A; }

 p { color: rgb(57,104,10); }

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

<style>
 a { background-color: #39680A; }

 a { background-color: rgb(57,104,10); }

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

<style>
 span { border-color: #39680A; }

 span { border-color: rgb(57,104,10); }

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