#386300

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

Shades of Verdun Green #386300

Tints of Verdun Green #386300

Color information

#386300 (or 0x386300) is unknown color: approx Verdun Green. HEX triplet: 38, 63 and 00. RGB value is (56,99,0). Sum of RGB (Red+Green+Blue) = 56+99+0=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #386300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386300 is #C79CFF. Grayscale: #4B4B4B. Windows color (decimal): -13081856 or 25400. OLE color: 25400.

HSL color Cylindrical-coordinate representation of color #386300: hue angle of 86.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #386300 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB56990-
CMYK0.43010.61
HSL86.06º100%19.41%-
HSV(B)86.06º100%38.82%-
XYZ6.099.761.56-
YUV74.8685.75114.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 99 (39.06% from 255) = 63.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.13%
G=63.87%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal569900.43010.6186.0610019.41
Hex386302B0643D566413
Octal7014305301447512614423
Binary11100011000110101011011001001111011010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386300; }

 p { color: rgb(56,99,0); }

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

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

 a { background-color: rgb(56,99,0); }

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

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

 span { border-color: rgb(56,99,0); }

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