#386601

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

Shades of Verdun Green #386601

Tints of Verdun Green #386601

Color information

#386601 (or 0x386601) is unknown color: approx Verdun Green. HEX triplet: 38, 66 and 01. RGB value is (56,102,1). Sum of RGB (Red+Green+Blue) = 56+102+1=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #386601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386601 is #C799FE. Grayscale: #4D4D4D. Windows color (decimal): -13081087 or 91704. OLE color: 91704.

HSL color Cylindrical-coordinate representation of color #386601: hue angle of 87.33º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #386601 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB561021-
CMYK0.4500.990.6
HSL87.33º98.06%20.2%-
HSV(B)87.33º99.02%40%-
XYZ6.3910.351.69-
YUV76.7385.26113.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 102 (40.23% from 255) = 64.15%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=35.22%
G=64.15%
B=0.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5610210.4500.990.687.3398.0620.2
Hex386612D0633C576214
Octal7014615501437412714224
Binary11100011001101101101011000111111001010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386601; }

 p { color: rgb(56,102,1); }

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

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

 a { background-color: rgb(56,102,1); }

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

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

 span { border-color: rgb(56,102,1); }

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