#386A07

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

Shades of Verdun Green #386A07

Tints of Verdun Green #386A07

Color information

#386A07 (or 0x386A07) is unknown color: approx Verdun Green. HEX triplet: 38, 6A and 07. RGB value is (56,106,7). Sum of RGB (Red+Green+Blue) = 56+106+7=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #386A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A07 is #C795F8. Grayscale: #505050. Windows color (decimal): -13080057 or 485944. OLE color: 485944.

HSL color Cylindrical-coordinate representation of color #386A07: hue angle of 90.3º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #386A07 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB561067-
CMYK0.4700.930.58
HSL90.3º87.61%22.16%-
HSV(B)90.3º93.4%41.57%-
XYZ6.8211.162-
YUV79.7686.94111.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 106 (41.80% from 255) = 62.72%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=33.14%
G=62.72%
B=4.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5610670.4700.930.5890.387.6122.16
Hex386A72F05D3A5a5816
Octal7015275701357213213026
Binary1110001101010111101111010111011110101011010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A07; }

 p { color: rgb(56,106,7); }

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

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

 a { background-color: rgb(56,106,7); }

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

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

 span { border-color: rgb(56,106,7); }

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