#38680A

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

Shades of Verdun Green #38680A

Tints of Verdun Green #38680A

Color information

#38680A (or 0x38680A) is unknown color: approx Verdun Green. HEX triplet: 38, 68 and 0A. RGB value is (56,104,10). Sum of RGB (Red+Green+Blue) = 56+104+10=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #38680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38680A is #C797F5. Grayscale: #4F4F4F. Windows color (decimal): -13080566 or 682040. OLE color: 682040.

HSL color Cylindrical-coordinate representation of color #38680A: hue angle of 90.64º 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 #38680A is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB5610410-
CMYK0.4600.900.59
HSL90.64º82.46%22.35%-
HSV(B)90.64º90.38%40.78%-
XYZ6.6410.762.01-
YUV78.9389.1111.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=32.94%
G=61.18%
B=5.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104100.4600.900.5990.6482.4622.35
Hex3868A2E05A3B5b5216
Octal70150125601327313312226
Binary11100011010001010101110010110101110111011011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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