#386D01

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

Shades of Verdun Green #386D01

Tints of Verdun Green #386D01

Color information

#386D01 (or 0x386D01) is unknown color: approx Verdun Green. HEX triplet: 38, 6D and 01. RGB value is (56,109,1). Sum of RGB (Red+Green+Blue) = 56+109+1=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #386D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386D01 is #C792FE. Grayscale: #515151. Windows color (decimal): -13079295 or 93496. OLE color: 93496.

HSL color Cylindrical-coordinate representation of color #386D01: hue angle of 89.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #386D01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB561091-
CMYK0.4900.990.57
HSL89.44º98.18%21.57%-
HSV(B)89.44º99.08%42.75%-
XYZ7.1111.781.93-
YUV80.8482.94110.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 109 (42.97% from 255) = 65.66%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=33.73%
G=65.66%
B=0.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5610910.4900.990.5789.4498.1821.57
Hex386D13106339596216
Octal7015516101437113114226
Binary11100011011011110001011000111110011011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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