#386B01

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

Shades of Verdun Green #386B01

Tints of Verdun Green #386B01

Color information

#386B01 (or 0x386B01) is unknown color: approx Verdun Green. HEX triplet: 38, 6B and 01. RGB value is (56,107,1). Sum of RGB (Red+Green+Blue) = 56+107+1=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #386B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B01 is #C794FE. Grayscale: #505050. Windows color (decimal): -13079807 or 92984. OLE color: 92984.

HSL color Cylindrical-coordinate representation of color #386B01: hue angle of 88.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #386B01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB561071-
CMYK0.4800.990.58
HSL88.87º98.15%21.18%-
HSV(B)88.87º99.07%41.96%-
XYZ6.8911.361.86-
YUV79.6783.6111.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 107 (42.19% from 255) = 65.24%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=34.15%
G=65.24%
B=0.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5610710.4800.990.5888.8798.1521.18
Hex386B1300633A596215
Octal7015316001437213114225
Binary11100011010111110000011000111110101011001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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