#39500D

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

Shades of Verdun Green #39500D

Tints of Verdun Green #39500D

Color information

#39500D (or 0x39500D) is unknown color: approx Verdun Green. HEX triplet: 39, 50 and 0D. RGB value is (57,80,13). Sum of RGB (Red+Green+Blue) = 57+80+13=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #39500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39500D is #C6AFF2. Grayscale: #414141. Windows color (decimal): -13021171 or 872505. OLE color: 872505.

HSL color Cylindrical-coordinate representation of color #39500D: hue angle of 80.6º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39500D is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB578013-
CMYK0.2900.840.69
HSL80.6º72.04%18.24%-
HSV(B)80.6º83.75%31.37%-
XYZ4.636.641.42-
YUV65.4898.38121.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 80 (31.64% from 255) = 53.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=38%
G=53.33%
B=8.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780130.2900.840.6980.672.0418.24
Hex3950D1D05445514812
Octal711201535012410512111022
Binary11100110100001101111010101010010001011010001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39500D; }

 p { color: rgb(57,80,13); }

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

<style>
 a { background-color: #39500D; }

 a { background-color: rgb(57,80,13); }

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

<style>
 span { border-color: #39500D; }

 span { border-color: rgb(57,80,13); }

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