#386703

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

Shades of Verdun Green #386703

Tints of Verdun Green #386703

Color information

#386703 (or 0x386703) is unknown color: approx Verdun Green. HEX triplet: 38, 67 and 03. RGB value is (56,103,3). Sum of RGB (Red+Green+Blue) = 56+103+3=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #386703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386703 is #C798FC. Grayscale: #4D4D4D. Windows color (decimal): -13080829 or 223032. OLE color: 223032.

HSL color Cylindrical-coordinate representation of color #386703: hue angle of 88.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #386703 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB561033-
CMYK0.4600.970.60
HSL88.2º94.34%20.78%-
HSV(B)88.2º97.09%40.39%-
XYZ6.510.551.78-
YUV77.5585.93112.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 103 (40.62% from 255) = 63.58%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=34.57%
G=63.58%
B=1.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5610330.4600.970.6088.294.3420.78
Hex386732E0613C585e15
Octal7014735601417413013625
Binary111000110011111101110011000011111001011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386703; }

 p { color: rgb(56,103,3); }

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

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

 a { background-color: rgb(56,103,3); }

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

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

 span { border-color: rgb(56,103,3); }

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