#386906

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

Shades of Verdun Green #386906

Tints of Verdun Green #386906

Color information

#386906 (or 0x386906) is unknown color: approx Verdun Green. HEX triplet: 38, 69 and 06. RGB value is (56,105,6). Sum of RGB (Red+Green+Blue) = 56+105+6=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #386906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386906 is #C796F9. Grayscale: #4F4F4F. Windows color (decimal): -13080314 or 420152. OLE color: 420152.

HSL color Cylindrical-coordinate representation of color #386906: hue angle of 89.7º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #386906 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB561056-
CMYK0.4700.940.59
HSL89.7º89.19%21.76%-
HSV(B)89.7º94.29%41.18%-
XYZ6.7210.961.93-
YUV79.0686.77111.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 105 (41.41% from 255) = 62.87%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=33.53%
G=62.87%
B=3.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5610560.4700.940.5989.789.1921.76
Hex386962F05E3B5a5916
Octal7015165701367313213126
Binary1110001101001110101111010111101110111011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386906; }

 p { color: rgb(56,105,6); }

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

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

 a { background-color: rgb(56,105,6); }

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

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

 span { border-color: rgb(56,105,6); }

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