#39500B

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

Shades of Verdun Green #39500B

Tints of Verdun Green #39500B

Color information

#39500B (or 0x39500B) is unknown color: approx Verdun Green. HEX triplet: 39, 50 and 0B. RGB value is (57,80,11). Sum of RGB (Red+Green+Blue) = 57+80+11=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #39500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39500B is #C6AFF4. Grayscale: #414141. Windows color (decimal): -13021173 or 741433. OLE color: 741433.

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

Color convert

RGB578011-
CMYK0.2900.860.69
HSL80º75.82%17.84%-
HSV(B)80º86.25%31.37%-
XYZ4.626.631.35-
YUV65.2697.38122.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=38.51%
G=54.05%
B=7.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780110.2900.860.698075.8217.84
Hex3950B1D05645504c12
Octal711201335012610512011422
Binary11100110100001011111010101011010001011010000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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