#38500D

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

Shades of Verdun Green #38500D

Tints of Verdun Green #38500D

Color information

#38500D (or 0x38500D) is unknown color: approx Verdun Green. HEX triplet: 38, 50 and 0D. RGB value is (56,80,13). Sum of RGB (Red+Green+Blue) = 56+80+13=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #38500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38500D is #C7AFF2. Grayscale: #414141. Windows color (decimal): -13086707 or 872504. OLE color: 872504.

HSL color Cylindrical-coordinate representation of color #38500D: hue angle of 81.49º 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 #38500D is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB568013-
CMYK0.3000.840.69
HSL81.49º72.04%18.24%-
HSV(B)81.49º83.75%31.37%-
XYZ4.576.611.42-
YUV65.1998.55121.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=37.58%
G=53.69%
B=8.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680130.3000.840.6981.4972.0418.24
Hex3850D1E05445514812
Octal701201536012410512111022
Binary11100010100001101111100101010010001011010001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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