#38500C

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

Shades of Verdun Green #38500C

Tints of Verdun Green #38500C

Color information

#38500C (or 0x38500C) is unknown color: approx Verdun Green. HEX triplet: 38, 50 and 0C. RGB value is (56,80,12). Sum of RGB (Red+Green+Blue) = 56+80+12=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #38500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38500C is #C7AFF3. Grayscale: #414141. Windows color (decimal): -13086708 or 806968. OLE color: 806968.

HSL color Cylindrical-coordinate representation of color #38500C: hue angle of 81.18º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38500C is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB568012-
CMYK0.3000.850.69
HSL81.18º73.91%18.04%-
HSV(B)81.18º85%31.37%-
XYZ4.576.61.38-
YUV65.0798.05121.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=37.84%
G=54.05%
B=8.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680120.3000.850.6981.1873.9118.04
Hex3850C1E05545514a12
Octal701201436012510512111222
Binary11100010100001100111100101010110001011010001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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